Skip to content

v1.5.0 - Cyberpunk release

Compare
Choose a tag to compare
@noraj noraj released this 18 Feb 17:27
· 129 commits to master since this 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)

new output colors

colorized help message

blake3 sample

image

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
  • Changes:
    • All regexp will now use \A and \Z instead of ^ and $ to prevent multi-line false positives
    • Make the samples command case insensitive
  • Chore:
    • Add support for Ruby 3.2
    • Add project reference in help message

Media