checkpwn-lib Build Status codecov Documentation Crates.io Safety Dance

Library to interact with the Have I Been Pwned API.

See also the checkpwn CLI utility.

Usage

```rust use checkpwnlib::{Password, checkpassword, check_account, CheckpwnError};

let password = Password::new("qwerty")?; check_password(&password);

checkaccount("youraccount", "yourapikey"); ```

Changelog

See here.

License

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