Crates.io | phasher |
lib.rs | phasher |
version | 0.1.2 |
source | src |
created_at | 2024-06-24 18:56:29.088199 |
updated_at | 2024-06-25 06:52:19.020157 |
description | Simple CLI program hashing passwords into PHC strings |
homepage | |
repository | https://github.com/chardoncs/phasher.git |
max_upload_size | |
id | 1282445 |
size | 18,972 |
Simple CLI program hashing passwords into PHC strings.
By default, phasher uses Argon2 to hash your data.
phasher "Hello world"
You can also choose different algorithms.
phasher "Hello world" -a scrypt