theadeyemiolayinka / python-scripts

An Open Source repository for python developers to share their codes.
MIT License
27 stars 40 forks source link

password strength checker #186

Closed Shreya111111 closed 8 months ago

Shreya111111 commented 8 months ago

Fix to Issue #181

Password cipher strength generator It does by checking the number of letters, numbers, special characters, and whitespace characters within a given password and generating a score based on these results.

Checklist

Shreya111111 commented 8 months ago

@theadeyemiolayinka plz review it

theadeyemiolayinka commented 8 months ago

Project reviewed and merged. Thank you @Shreya111111 Feel free to add more projects.