Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 471 Bytes

File metadata and controls

8 lines (5 loc) · 471 Bytes

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 ~~