#crypto #hashing #password #phf

no-std bcrypt-pbkdf

bcrypt-pbkdf password-based key derivation function

14 releases (9 breaking)

0.10.0 Mar 5, 2023
0.9.0 Mar 18, 2022
0.8.1 Feb 21, 2022
0.7.2 Dec 7, 2021
0.0.4 Nov 25, 2018

#55 in Cryptography

Download history 15197/week @ 2022-12-03 15689/week @ 2022-12-10 10632/week @ 2022-12-17 7251/week @ 2022-12-24 12029/week @ 2022-12-31 15862/week @ 2023-01-07 19633/week @ 2023-01-14 17423/week @ 2023-01-21 17357/week @ 2023-01-28 15255/week @ 2023-02-04 17649/week @ 2023-02-11 19070/week @ 2023-02-18 19322/week @ 2023-02-25 19585/week @ 2023-03-04 16113/week @ 2023-03-11 14199/week @ 2023-03-18

72,892 downloads per month
Used in 33 crates (11 directly)

MIT/Apache

32KB
517 lines

RustCrypto: bcrypt-pbkdf

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

Pure Rust implementation of the bcrypt_pbkdf password-based key derivation function, a custom derivative of PBKDF2 used in OpenSSH.

Documentation

Minimum Supported Rust Version

Rust 1.60 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

~625KB
~14K SLoC