15 releases (breaking)

0.11.0-pre.0 Feb 8, 2024
0.10.0 Mar 5, 2023
0.9.0 Mar 18, 2022
0.7.2 Dec 7, 2021
0.0.4 Nov 25, 2018

#924 in Authentication

Download history 36158/week @ 2024-01-03 38148/week @ 2024-01-10 46384/week @ 2024-01-17 44843/week @ 2024-01-24 44711/week @ 2024-01-31 43504/week @ 2024-02-07 44727/week @ 2024-02-14 51384/week @ 2024-02-21 47599/week @ 2024-02-28 46141/week @ 2024-03-06 37777/week @ 2024-03-13 45694/week @ 2024-03-20 46584/week @ 2024-03-27 43915/week @ 2024-04-03 33568/week @ 2024-04-10 33912/week @ 2024-04-17

167,405 downloads per month
Used in 67 crates (13 directly)

MIT/Apache

34KB
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

~1MB
~17K SLoC