Crates.io | unix-crypt |
lib.rs | unix-crypt |
version | 0.1.0 |
source | src |
created_at | 2024-08-19 12:52:29.218245 |
updated_at | 2024-08-19 12:52:29.218245 |
description | Rust reimplementation of various unix crypt(3) algorithms. |
homepage | |
repository | |
max_upload_size | |
id | 1343856 |
size | 15,619 |
Rust reimplementation of various Unix crypt() password algorithms.
Capable of producing and verifying password hashes suitable for use in shadow
and
htpasswd
files. See crypt.5 for information about algorithms and hash formats.
⚠️ Do not use this crate as a general purpose password library.
TODO: Concrete spec of what this library permits and doesn't permit, as implementations and manual pages tend to diverge pretty significantly.
Supported algorithms:
Algorithms considered obsolete or insecure are not implemented, for example sha1crypt or descrypt.