phc

Crates.iophc
lib.rsphc
version0.6.0-rc.1
created_at2018-09-14 02:07:41.419088+00
updated_at2025-12-28 01:40:56.797937+00
descriptionPure Rust implementation of the Password Hashing Competition (PHC) string format which is used for storing password hashes
homepage
repositoryhttps://github.com/RustCrypto/formats
max_upload_size
id84619
size91,619
formats (github:rustcrypto:formats)

documentation

README

RustCrypto: PHC String Format

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

Pure Rust implementation of the Password Hashing Competition (PHC) string format, which is used to store password hashes.

Example (Argon2):

$argon2d$v=19$m=512,t=3,p=2$5VtWOO3cGWYQHEMaYGbsfQ$AcmqasQgW/wI6wAHAMk4aQ

Minimum Supported Rust Version (MSRV) Policy

MSRV increases are not considered breaking changes and can happen in patch releases.

The crate MSRV accounts for all supported targets and crate feature combinations, excluding explicitly unstable features.

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

cargo fmt