Watch
1
0
Fork
You've already forked rust-sha-crypt
0
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Daniel Baumann e2eb5cb9a6
Releasing debian version 0.6.0-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2026-07-10 20:53:15 +02:00
debian Releasing debian version 0.6.0-1. 2026-07-10 20:53:15 +02:00
src Merging upstream version 0.6.0. 2026-04-27 00:32:25 +02:00
tests Merging upstream version 0.6.0. 2026-04-27 00:32:25 +02:00
.cargo_vcs_info.json Merging upstream version 0.6.0. 2026-04-27 00:32:25 +02:00
Cargo.lock Merging upstream version 0.6.0. 2026-04-27 00:32:25 +02:00
Cargo.toml Merging upstream version 0.6.0. 2026-04-27 00:32:25 +02:00
Cargo.toml.orig Merging upstream version 0.6.0. 2026-04-27 00:32:25 +02:00
CHANGELOG.md Merging upstream version 0.6.0. 2026-04-27 00:32:25 +02:00
LICENSE-APACHE Adding upstream version 0.5.0. 2025-07-26 19:31:10 +02:00
LICENSE-MIT Merging upstream version 0.6.0. 2026-04-27 00:32:25 +02:00
README.md Merging upstream version 0.6.0. 2026-04-27 00:32:25 +02:00

RustCrypto: SHA-crypt password hash

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

Pure Rust implementation of the SHA-crypt password hash based on SHA-256/SHA-512, a legacy password hashing scheme supported by the POSIX crypt C library.

Password hashes using this algorithm start with $5$ or $6$ when encoded using the Modular Crypt Format (MCF).

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.