Check Have I Been Pwned and see if you need to change your passwords.
Checkpwn is available from either Cargo or Homebrew for your convenience.
cargo install checkpwn
brew install checkpwn
cargo install --force checkpwn
checkpwn register 123456789
This command creates a checkpwn.yml configuration file in the user's configuration directory and saves the API key. You must complete this step before making any calls to the account API (checkpwn acc).
checkpwn acc [email protected]
checkpwn acc daily_breach_check.ls
NOTE: List files must have the .ls file extension.
When checking accounts, checkpwn runs them against both the HIBP "paste" and "account" databases.
checkpwn pass
See here.
checkpwn is available under the MIT license. See the LICENSE file for more information.