Password-based key derivation functions
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
pbkdf2 Use subtle v2 (#13) Dec 27, 2018
scrypt Use subtle v2 (#13) Dec 27, 2018
.gitignore first commit Aug 16, 2017
.travis.yml bump MSRV to 1.22 Aug 30, 2018
Cargo.toml added scrypt Jun 29, 2018
README.md add deps.rs badge Nov 14, 2018
build_nostd.sh fix scrypt tests Aug 30, 2018

README.md

RustCrypto: password hashing

Build Status 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
PBKDF2 crates.io Documentation
scrypt crates.io Documentation

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