JGailor / password-hashes

Password hashing functions / KDFs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RustCrypto: password hashes Rust Version Project Chat dependency status

Collection of password hashing algorithms, otherwise known as password-based key derivation functions, written in pure Rust.

Supported algorithms

Name Crates.io Documentation Build
Argon2 crates.io Documentation Build
bcrypt-pbkdf crates.io Documentation Build
PBKDF2 crates.io Documentation Build
scrypt crates.io Documentation Build
SHA-crypt crates.io Documentation Build

Please see the OWASP Password Storage Cheat Sheet for assistance in selecting an appropriate algorithm for your use case.

License

All crates licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license

About

Password hashing functions / KDFs


Languages

Language:Rust 100.0%