Skip to content

This python script is helpful in checking your password if it has been compromised anywhere. This script uses the Have I been pwned api to check the password in their database. It uses the SHA1 secure algorithm to convert the entered in SHA1 encrypted hash code to check the password in the API database.

Notifications You must be signed in to change notification settings

ajay-chavan/Password-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Password-Checker

This python script is helpful in checking your password if it has been compromised anywhere. This script uses the Have I been pwned api to check the password in their database. It uses the SHA1 secure algorithm to convert the entered password in SHA1 encrypted hash code to check if it matches in API database.

About

This python script is helpful in checking your password if it has been compromised anywhere. This script uses the Have I been pwned api to check the password in their database. It uses the SHA1 secure algorithm to convert the entered in SHA1 encrypted hash code to check the password in the API database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages