Check Have I Been Pwned and see if it's time for you to change passwords.
cargo install checkpwn
checkpwn email test@example.com
checkpwn paste test@example.com
checkpwn emaillist ./list.txt
checkpwn pastelist ./list.txt
checkpwn pass qwerty
NOTE: Passwords are hashed with SHA1 before calling the Have I Been Pwned API.
They store passwords as SHA1 hashes and will compute it themselves if this tool didn't.
If the password you want to check, is a SHA1 hash in itself, the sha1pass
argument
should be used instead: checkpwn sha1pass b1b3773a05c0ed0176787a4f1574ff0075f7521e
checkpwn is licensed under the MIT license. See the LICENSE
file for more information.