Name That Hash Versions Save

🔗 Don't know what type of hash it is? Name That Hash will name that hash type! 🤖 Identify MD5, SHA256 and 300+ other hashes ☄ Comes with a neat web app 🔥

1.2.0

3 years ago

What’s Changed

  • Added Kerberos Hash & Fixed Base64 bug (#54) @bee-san
  • Bump rich from 9.12.4 to 9.13.0 (#50) @dependabot-preview
  • Bump rich from 9.12.3 to 9.12.4 (#49) @dependabot-preview
  • Bump rich from 9.12.0 to 9.12.3 (#48) @dependabot-preview

1.1.6

3 years ago

What’s Changed

  • Fix typo in help dialogue (#47) @jgmoss
  • Fixed bug that printed "hello" in non grep mode.

1.1.5

3 years ago

What’s Changed

  • Greppable output only showed the first hash when used with file input, fixed this!

1.1.4

3 years ago

What’s Changed

  • Fixed spelling mistakes (No PR)
  • Bump rich from 9.11.1 to 9.12.0 (#45) @dependabot-preview
  • Bump rich from 9.11.0 to 9.11.1 (#44) @dependabot-preview
  • Bump pytest from 5.4.3 to 6.2.2 (#40) @dependabot-preview
  • Bump rich from 9.9.0 to 9.11.0 (#39) @dependabot-preview

1.1.3

3 years ago

What’s Changed

  • Fixes #34

1.1.0

3 years ago

What’s Changed

  • Added automated checking of base64 (#31) @bee-san
  • Fixed bugs with multiple utf-8 decoding slowing down the program

1.0.3

3 years ago

What’s Changed

  • Added support for Python3.6

1.0.2

3 years ago

What’s Changed

  • Fixed spelling SHA-515 -> SHA-512.
  • Added some more hashtypes
  • Updated the popular set to include more hahses.

1.0.1

3 years ago

What’s Changed

  • FIxes bug where non b64 inputs via text file didn't work

1.0.0

3 years ago

What’s Changed

  • Merge pull request #25 from HashPals/bee-add-base64 (#26) @bee-san
  • Add base64 (#25) @bee-san
  • Fixes #23 (#24) @bee-san
  • Fix tiny typo (#20) @KevCui
  • docs: add digitalsleuth as a contributor (#19) @allcontributors
  • Shortened output and function change (#16) @digitalsleuth