GDSC-RCCIIT / General-Purpose-Scripts

A repository containing several general purpose Python scripts to automate daily and common tasks.
GNU General Public License v3.0
49 stars 116 forks source link

Password Strength Checker #129

Closed rex2828 closed 2 years ago

rex2828 commented 2 years ago

Password Strength Checker

Describe the new script you want

Basically this script will tell how many times the password has been breached before in data breaches so you can estimate the strength of a password

Describe the solution you'd like us to follow

I am using an API for fetching of haveibeenpwned.com to bring the data, and make sure you don't have to enter your password directly on the site for more security.

Do you want to work on this?

github-actions[bot] commented 2 years ago

Thank you for opening your first issue in our repository, one of our maintainers will get in touch with you soon.

rex2828 commented 2 years ago

can I work on this issue?

OBITORASU commented 2 years ago

Yes you can work on this!

rex2828 commented 2 years ago

Hey @OBITORASU can you look at this PR, and merge it if correct.

tausiq2003 commented 2 years ago

can I work on this