#password-hashing #hashing #password #phf

no-std yescrypt

Pure Rust implementation of the yescrypt password hashing function

1 unstable release

0.0.1-alpha Aug 18, 2024
0.0.0 Aug 15, 2021

#535 in Authentication

Download history 3/week @ 2024-07-29 6/week @ 2024-08-12 131/week @ 2024-08-19 11/week @ 2024-09-16 21/week @ 2024-09-23 13/week @ 2024-09-30

70 downloads per month

BSD-2-Clause

110KB
2K SLoC

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.

Dependencies

~705KB
~15K SLoC