Hash input using Argon2.
You need to have a Rust toolchain installed.
$ git clone https://github.com/PaulmannLighting/argon2hash.git
$ cd argon2hash
$ cargo build --release
- Use
cargo fmt - Use
cargo clippy -- -W clippy::pedantic -W clippy::nursery -W clippy::unwrap_used -W clippy::cargo