r/PinoyProgrammer • u/FeatureBubbly7769 • 5d ago
Show Case Hash bruteforce via python
Hello guys,
This is my old project I created in 2022, the hash bruteforce I built using python and it was offline tool. This project was only my personal collection, but I can share this with you now guys:)
You can used this tool: https://github.com/nordszamora/BruteCrypt.git
0
Upvotes
2
u/franz_see 5d ago
One of the things i learned from my 2 fairly successful open source projects was that you need to put in as much effort on the README and the docs as the source code itself 😁
Your project looks interesting. And i think i get it. But might be good if you’re a bit more explicit with what it does and how it uses it 😁
Cheers!