2 releases
0.1.2 | Jun 25, 2024 |
---|---|
0.1.1 | Jun 24, 2024 |
0.1.0 |
|
#433 in Cryptography
56 downloads per month
7KB
117 lines
phasher
Simple CLI program hashing passwords into PHC strings.
Usage
By default, phasher uses Argon2 to hash your data.
phasher "Hello world"
You can also choose different algorithms.
phasher "Hello world" -a scrypt
Dependencies
~2–2.7MB
~52K SLoC