yescrypt

Crates.ioyescrypt
lib.rsyescrypt
version0.1.0-pre.3
created_at2021-08-15 14:59:51.535053+00
updated_at2025-09-09 18:59:17.614854+00
descriptionPure Rust implementation of the yescrypt password-based key derivation function
homepagehttps://github.com/RustCrypto/password-hashes/tree/master/yescrypt
repositoryhttps://github.com/RustCrypto/password-hashes
max_upload_size
id437323
size81,368
password-hashes (github:rustcrypto:password-hashes)

documentation

https://docs.rs/yescrypt

README

RustCrypto: yescrypt

crate Docs Build Status Apache2/MIT licensed Rust Version Project Chat

Pure Rust implementation of the yescrypt password-based key derivation function.

About

yescrypt is a variant of the scrypt password-based key derivation function and finalist in the Password Hashing Competition. It has been adopted by several Linux distributions for the system password hashing function, including Fedora, Debian, Ubuntu, and Arch.

The algorithm is described in yescrypt - a Password Hashing Competition submission.

⚠️ Security Warning

The implementation contained in this crate has never been independently audited!

USE AT YOUR OWN RISK!

Note that this crate is in an early stage of implementation and may contain bugs or features which do not work correctly.

Minimum Supported Rust Version (MSRV) Policy

MSRV increases are not considered breaking changes and can happen in patch releases.

The crate MSRV accounts for all supported targets and crate feature combinations, excluding explicitly unstable features.

License

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, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 582

cargo fmt