yescrypt

Crates.ioyescrypt
lib.rsyescrypt
version0.0.1-alpha
sourcesrc
created_at2021-08-15 14:59:51.535053
updated_at2024-08-18 23:31:08.469755
descriptionPure Rust implementation of the yescrypt password hashing function
homepagehttps://github.com/RustCrypto/password-hashes/tree/master/yescrypt
repositoryhttps://github.com/RustCrypto/password-hashes
max_upload_size
id437323
size98,877
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 hashing function.

Documentation

⚠️ Security Warning

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

USE AT YOUR OWN RISK!

Minimum Supported Rust Version

Rust 1.72 or higher.

Minimum supported Rust version can be changed in the future, but it will be done with a minor version bump.

SemVer Policy

  • All on-by-default features of this library are covered by SemVer
  • MSRV is considered exempt from SemVer as noted above

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: 435

cargo fmt