Skip to content

harshitnarangit/password-checker-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

password-checker-

Python script that checks passwords against the Have I Been Pwned database using k-anonymity. Reads a text file of passwords, hashes each with SHA-1, sends only the first 5 hash chars to the API, and reports how many times each appears in known breaches. No plaintext passwords are sent. Requires Python 3 and requests.

About

Python script that checks passwords against the Have I Been Pwned database using k-anonymity. Reads a text file of passwords, hashes each with SHA-1, sends only the first 5 hash chars to the API, and reports how many times each appears in known breaches. No plaintext passwords are sent. Requires Python 3 and `requests`.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages