Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 340 Bytes

File metadata and controls

14 lines (7 loc) · 340 Bytes

Password Checker

Just a simple script to check to see if your password has been found in any known password dumps.

just change Password1 to your password and run.
It does not send your password over the internet just the first 5 digits of the hash.

python 3.7

Disclamer

I thew this together in like 20 min. Use at your own risk.