Hashcat 6.0
hashcat.net
Hashcat 6.0
1–10 of 55 posts
Re: Hashcat 6.0
#2Congrats on the release! I was following up the development progress on GitHub.
I'm pretty excited about "Plugin Interface". I think we can this refactor effort as a success story: simpler code + improved performance + more testing.
It's amazing that they've added this tutorial for adding new algorithm: https://github.com/hashcat/hashcat/blob/master/docs/hashcat-... (previously information was scattered around PRs).
Thanks atom and all the other contributors!
Re: Hashcat 6.0
#31800 commits since the last release - that's not the "continuous delivery" ;)
Re: Hashcat 6.0
#41800 commits since the last release - that's not the "continuous delivery" ;)
Smiley indicates that you're joking, but in case you're not, I don't see any commitment from their side about doing continuous delivery and it's neither the best way for ALL projects to do development. Most web startups seems to default to it these days, but that doesn't mean it's a MUST for all types of application building.
Re: Hashcat 6.0
#5Grandest addition that I can see is the various WPA/WPA2 changes. Not only did it get ~13% faster with this release, but PBKDF2 and PMK support been added too. Also CUDA support is obviously a godsend from above as well.
Fantastic piece of software. Authors: thank you for your hard work!
Re: Hashcat 6.0
#6Any way to use Metal instead of OpenCL now?
Re: Hashcat 6.0
#7Any way to use Metal instead of OpenCL now?
AFAIK, the main contributors are all on linux (or alike) systems, so you're unlikely to see Metal support out-of-the-box. Although, with the new backend/plugin interface added in this release, outside contributors can it themselves if they really need it.
Re: Hashcat 6.0
#8How many hashes per second can a high end GPU do?
Re: Hashcat 6.0
#9How many hashes per second can a high end GPU do?
You can find benchmarks on Google, e.g. https://gist.github.com/binary1985/c8153c8ec44595fdabbf03157...
75 giga hashes per second for ntlm.
Re: Hashcat 6.0
#10Is there a Hashcat-as-a-Service or is everyone just renting out EC2 GPU instances by the hour?