Skip to content

Felipebmaitan/PwnChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Pwnchecker - a simple script to check if your passwords are compromised.

PwnChecker is a simple script written in Python that uses HaveIBeenPwned API to search for breaches that contain your password. The script hashes the password with SHA-1 and NEVER sends the full hash to the API, only the first 5 characters.

TODO:

  • Write info to the .txt of the bulk tester.
  • ~~ Document the bluk tester section ~~

About

Simple script to check if your password was pwned

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages