The pure Rust password hashing library that runs on Argon2.
Passwors is a simple password handling library that utilises Rust's type system to enfore better password handling. Use it as a basic building block for more complex authentication systems.
Thin wrapper around the Argon2 C library. Used in argon2rs' bench suite.
Enterprise password hashing for Rust: Argon2id / bcrypt / scrypt / PBKDF2 with PHC strings, KMS-backed pepper, and FIPS 140-3 routing through aws-lc-rs (CMVP Cert #4759).
Idiomatic Argon2 password hashing for Rust