phasher

Crates.iophasher
lib.rsphasher
version0.1.2
sourcesrc
created_at2024-06-24 18:56:29.088199
updated_at2024-06-25 06:52:19.020157
descriptionSimple CLI program hashing passwords into PHC strings
homepage
repositoryhttps://github.com/chardoncs/phasher.git
max_upload_size
id1282445
size18,972
Charles Dong (chardoncs)

documentation

README

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
Commit count: 13

cargo fmt