You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I saw you released Name-That-Hash a few days ago and opened an issue on psypanda/hashID#50.
Congratz 👏🏻 there are some nice features like Popularity Ratings, Hash Summaries, Accessibility and the API + web app.
Just so you know I started a similar project in 2019: https://github.com/noraj/haiti. I coded haiti in ruby and added a few new features and improvements to hashID (see here).
You can also check the activity on my database because I'm adding new JtR references right now.
It's nice that you made your tool in python 🐍 and me did mine in ruby 💎 as we both made it a library first (before a CLI tool) so as it's not the same language it's helps having a nice lib in different languages.
Let me know if I can help with NTH or if you want to help me add features like Popularity Ratings in haiti. ❤️
The text was updated successfully, but these errors were encountered:
We got rid of the JSON file as it wasn't really needed, and we changed the NamedTuples into DataClasses to support more modern features.
This project grew because Ciphey needed a fast hash-cracking system, and our Hash cracking system required a hash identification tool, and all of these are in Python so we used Python.
Thankfully one of the core contributors to HashID bburky approved of the PR and submitted a PR 🥳 There's no way we could have built this tool without the groundwork set by psypanda and bburky 😄
Hi I saw you released Name-That-Hash a few days ago and opened an issue on psypanda/hashID#50.
Congratz 👏🏻 there are some nice features like Popularity Ratings, Hash Summaries, Accessibility and the API + web app.
Just so you know I started a similar project in 2019: https://github.com/noraj/haiti. I coded haiti in ruby and added a few new features and improvements to hashID (see here).
I saw you moved hashID prototypes.json database in pure python (name_that_hash/hashes.py).
I added a few more hashes when I started the project (haiti) so you can diff hashID prototypes.json and mine to see what I added if you want to add them too in NTH.
You can also check the activity on my database because I'm adding new JtR references right now.
It's nice that you made your tool in python 🐍 and me did mine in ruby 💎 as we both made it a library first (before a CLI tool) so as it's not the same language it's helps having a nice lib in different languages.
Let me know if I can help with NTH or if you want to help me add features like Popularity Ratings in haiti. ❤️
The text was updated successfully, but these errors were encountered: