rustgenhash is a tool to generate hashes on the commandline from stdio.
It can be used to generate single or multiple hashes for usage in password databases or even in penetration testing scenarios where you want to test password cracking tools.
rustgenhash is written in Rust. You can install the tool with your Rust installation using following command:
bash
cargo install rustgenhash
You can provide a text string as argument to be hashed by one of the program supported hash algorithms.
bash
rustgenhash -a <HASH_ALGORITHM> <String>
You can list all algorithms over the help function.
Supported are: