checkpwn

Crates.iocheckpwn
lib.rscheckpwn
version0.5.6
sourcesrc
created_at2018-05-26 00:36:35.314975
updated_at2022-09-23 12:43:43.457676
descriptionCheck Have I Been Pwned and see if it's time for you to change passwords.
homepage
repositoryhttps://github.com/brycx/checkpwn
max_upload_size
id67066
size40,477
Johannes (brycx)

documentation

README

checkpwn Tests Security Audit

Check Have I Been Pwned and see if it's time for you to change passwords.

Getting started

Install:

cargo install checkpwn

Update:

cargo install --force checkpwn

Register & update API key:

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).

Check an account, or list of accounts, for breaches:

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.

Check a password:

checkpwn pass

Changelog

See here.

License

checkpwn is licensed under the MIT license. See the LICENSE file for more information.

Commit count: 185

cargo fmt