New
v1.5.0 - Cyberpunk release
Highlights
- ๐จ New output colors (Cyberpunk theme) and colorized help message
- ๐ 19 new hash types
- ๐ฅ added new samples
- โ๏ธ many enhancements (add JtR or HC ref/id, better description, fixes)




Changelog
- Additions:
- blake2s
- sm3
- Shake-128
- Shake-256
- Shake-512
- BLAKE3
- HighwayHash
- Streebog-256
- Streebog-512
- Add an ascii-art option
- Enhancements:
- Colors:
- help message is colored
- change reference colors to match the same theme
- NTLM:
- Add recognition for common dump format
- Add samples
- argon2id:
- Add samples
- SHA-1, SHA-224, SHA-256, SHA-384:
- Add samples
- BLAKE2-512, BLAKE2-224, BLAKE2-256, BLAKE2-384:
- Add samples
- Enhance name
- Keccak-224, Keccak-384:
- Add samples
- Keccak-256, Keccak-512:
- Add samples
- Alternative format
- SHA3-224, SHA3-256, SHA3-384, SHA3-512:
- Add samples
- Whirlpool
- Add samples
- Snefru-128, Snefru-256:
- Add samples
- MD2, MD4:
- Add samples
- Tiger-128, Tiger-160, Tiger-192:
- Add samples
- Alternative format
- 3-4 rounds variant
- All Skein:
- Add samples
- Gost, Gost Crypto:
- Add samples
- Adler, CRC-32, FNV:
- Add samples
- Joaat:
- Add samples
- All Haval:
- Add samples
- Colors:
- Changes:
- All regexp will now use
\Aand\Zinstead of^and$to prevent multi-line false positives - Make the
samplescommand case insensitive
- All regexp will now use
- Chore:
- Add support for Ruby 3.2
- Add project reference in help message