Hashgen is a simple CLI hash generator that is cross compiled for linux, Windows & Mac.
Set your mode, wordlist & output with a simple command line.
In addition to multiple hashing functions, hashgen can also encode / decode base64.
Note:Hashgen is not nearly as fast at hashing functions as mdxfind,
After further testing and optimizations, hashgen is faster at generating md5 hashes than mdxfind. See github link below for benchmarks.
https://github.com/cyclone-github/hashgen/tree/main/benchmarks
Hashgen's syntax is very simple: hashgen -m mode -w wordlist -o output
In addition to improving hashgen's speed, I plan on adding more functions as time allows.
Example Usage:
or stdout
Supported Functions:
Download source code and binaries:
https://github.com/cyclone-github/hashgen
https://github.com/cyclone-github/hashgen/releases/
Written in go 1.20.2 and can be cross compiled for linux, Windows & Mac.
Set your mode, wordlist & output with a simple command line.
In addition to multiple hashing functions, hashgen can also encode / decode base64.
Note:
After further testing and optimizations, hashgen is faster at generating md5 hashes than mdxfind. See github link below for benchmarks.
https://github.com/cyclone-github/hashgen/tree/main/benchmarks
Hashgen's syntax is very simple: hashgen -m mode -w wordlist -o output
In addition to improving hashgen's speed, I plan on adding more functions as time allows.
Example Usage:
Code:
./hashgen -m md5 -w wordlist.txt -o output.txt
Code:
./hashgen -m md5 -w wordlist.txt -o stdout
Code:
Function: Hashcat Mode:
argon2id (very slow!)
base64encode
base64decode
bcrypt 3200
blake2s-256
blake2b-256
blake2b-384
blake2b-512 600
crc32 11500
crc64
md4 900
md5 0
ntlm 1000
plaintext 99999
ripemd-160 6000
sha1 100
sha2-224 1300
sha2-384 10800
sha2-256 1400
sha2-512 1700
sha2-512-224
sha2-512-256
sha3-224 17300
sha3-256 17400
sha3-384 17400
sha3-512 17400
Download source code and binaries:
https://github.com/cyclone-github/hashgen
https://github.com/cyclone-github/hashgen/releases/
Written in go 1.20.2 and can be cross compiled for linux, Windows & Mac.
Last edited: