Check Have I Been Pwned and see if it's time for you to change passwords.
cargo install checkpwn
cargo install --force checkpwn
checkpwn register 123456789
This command creates a checkpwn.yml
configuration file in the users configuration directory,
which saves the API key. This is needed for all calls to the account API (checkpwn acc
).
checkpwn acc test@example.com
checkpwn acc daily_breach_check.ls
NOTE: List files must have the .ls file extension.
When checking accounts, they will be run against both the HIBP "paste" and "account" database.
checkpwn pass
See here.
checkpwn is licensed under the MIT license. See the LICENSE
file for more information.