Releases: HashPals/Name-That-Hash
New hashes + Better Verification of existing hashes
What’s Changed
- update descrypt regex (#142) @roycewilliams
- Add various regexes from community contribution stream (#141) @goproslowyo
- Add regex and test for yescrypt (#139) @goproslowyo
- Bump rich from 12.0.0 to 12.0.1 (#136) @dependabot
- Add BitLocker and RACF hash types (#127) @ellygaytor
- Update CI and dependencies (#135) @amadejpapez
- Bump rich from 10.7.0 to 10.11.0 (#125) @dependabot
- Bump pytest from 6.2.4 to 6.2.5 (#123) @dependabot
- Bump rich from 10.4.0 to 10.7.0 (#121) @dependabot
- Bump rich from 10.3.0 to 10.4.0 (#118) @dependabot
- Added john mode to argon2i and argon2d (#117) @amadejpapez
- More hashcat tests, Argon2 hash support and some cleaning (#115) @amadejpapez
- Add new github action runners (#114) @bee-san
- Added a test for each hashcat mode, updated the database (#113) @amadejpapez
50+ New Hashes, Automated Test Matrix, and more!
Big Big Biggggg changes! 🥳
We added 50 new hashes, but more importantly -- an automated test matrix!
This test matrix goes through all of our hash database and:
- Updates the Hashcat mode
- Updates the John mode (if it can find it, not all of John the Ripper modes are easy to find)
- Checks the regex against that hash, ensuring all regex are correct
I am very proud to say we are now the only hash-identifier in the world which can guarantee correct information! Keep an eye out over the next few weeks, as we update our automated-testing program the rest of Name-That-Hash will improve!
More hashes and better API
What’s Changed
-
Added popular function to API #105
-
Added 10 new hash types - PDF, 7-zip, SecureZIP (#107) @amadejpapez
-
Bump click from 8.0.0 to 8.0.1 (#108) @dependabot
-
Bump rich from 10.2.1 to 10.2.2 (#109) @dependabot
-
Bump rich from 10.2.0 to 10.2.1 (#106) @dependabot
-
Bump click from 7.1.2 to 8.0.0 (#103) @dependabot
-
Bump rich from 10.1.0 to 10.2.0 (#104) @dependabot
-
Bump pytest from 6.2.3 to 6.2.4 (#101) @dependabot
More Hashes, Less Bugs, Normal Levels of Dependabot
What’s Changed
- Update setup.py and fix typo (#98) @SkeletalDemise
- Remove Loguru from pyproject.toml and poetry.lock (#97) @bee-san
- Added one new Office hash type and updated some of the old ones (#95) @amadejpapez
- Upgrade to GitHub-native Dependabot (#94) @dependabot-preview
- Fix for the latest office test (#93) @amadejpapez
- Added MS Office <= 2003, Blake2b-512, Telegram Mobile App Passcode (#92) @amadejpapez
Fix logging bug
Logger was enabled despite arguments saying not to enable it.
Fixes Bug
What’s Changed
- Forgot to delete print statement :)
More hashes, less bugs
What’s Changed
- Switched from Loguru to default logging
- Added Blake2b-256 (#81) @swanandx
- Added 3 hash types - WinZip, iTunes and Android Backup (#80) @amadejpapez
- Added all 3 Electrum Bitcoin Wallet hash types (#73) @amadejpapez
Minor Updates
- docs: add swanandx as a contributor (#86) @allcontributors
- docs: add bee-san as a contributor (#85) @allcontributors
- docs: add SkeletalDemise as a contributor (#82) @allcontributors
- Bump rich from 10.0.1 to 10.1.0 (#77) @dependabot-preview
- Bump pytest from 6.2.2 to 6.2.3 (#76) @dependabot-preview
- Bump rich from 9.13.0 to 10.0.1 (#75) @dependabot-preview
More Hashes, More Bug Fixes
What’s Changed
- Added cryptocurrency hashes (#68) @bee-san
- Added a space before "Summary" in the output if there is no john (#70) @amadejpapez
- More Kerberos hash types need to be separated into a salt and without a salt #72
Kerberos Hashes
What’s Changed
- Added 5 new Kerberos hash types (#67) @amadejpapez
- docs: add amadejpapez as a contributor (#64) @allcontributors