pbkdf2

Crates.iopbkdf2
lib.rspbkdf2
version0.13.0-pre.1
sourcesrc
created_at2017-02-28 15:23:53.287798
updated_at2024-07-27 20:54:58.05511
descriptionGeneric implementation of PBKDF2
homepagehttps://github.com/RustCrypto/password-hashes/tree/master/pbkdf2
repositoryhttps://github.com/RustCrypto/password-hashes
max_upload_size
id8735
size43,377
KDFs (github:rustcrypto:kdfs)

documentation

https://docs.rs/pbkdf2

README

RustCrypto: PBKDF2

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

Pure Rust implementation of the Password-Based Key Derivation Function v2 (PBKDF2).

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.

Commit count: 435

cargo fmt