pwned-rs
Check your passwords against Have I been pwned?
Usage
Add this to your Cargo.toml
[]
= { = "https://github.com/wisespace-io/pwned-rs.git" }
Check a password against the API and see the number of occurrences
It uses the range API, so only the first 5 characters of a SHA1 hashed password are sent to Have I been pwned?
extern crate pwned;
use *;
