Skip to content

v3.0.0 - Yet another release

Latest
Compare
Choose a tag to compare
@noraj noraj released this 02 Feb 19:25
· 1 commit to master since this release

Highlights

  • 🍾 Reached 641 hash types supported
  • πŸ“ˆ 7 new hash types
  • β˜‘οΈ Many enhancements (add JtR or HC ref/id, better description, fixes) and better detection
  • πŸ’Ž Ruby 3.4 support

Changelog

  • Breaking changes:
    • Drop Ruby 2.7 support, EOL since 31/03/2023, no longer compatible with newer versions of bundler
    • Drop Ruby 3.0 support (EOL)
  • Additions:
    • WPA-PMKID-PMK #162
    • WPA-EAPOL-PBKDF2 #162
    • WPA-EAPOL-PMK #162
    • WPA-PBKDF2-PMKID+EAPOL #162
    • WPA-PMK-PMKID+EAPOL #162
    • PFX (PKCS#12 PBE) (SHA1/SHA2) #170
    • FileVault 2 #216
  • Enhancements:
    • OpenSSH private key
      • Better naming (add algorithm)
      • Better regexp (add john format support)
      • Add type $2$
    • IPB 2.x (Invision Power Board)
    • WPA-PMKID-PBKDF2
      • Different separators
  • Chore:
    • Add support for Ruby 3.4
    • Change the way version is included. Instead of including a module Version, directly add the VERSION constant in the HashIdentifier class. It could avoid namespace collision with that kind of generic name.
  • Documentation:
    • Use syntax highlight for shell commands without output
    • Add bash syntax highlight support
    • Update docsify, docsify plugins
    • Enhance of docsify theme
    • Include version number in docsify scripts and themes as well as CDN url for easier update
    • Comparison with more tools

Media