World's Fastest SHA2 Implemenation on GPU
#2
ASICs for hash/password cracking don't currently exist and mining is a greatly different workload than password cracking. Bitcoin mining ASICs and password cracking GPUs just aren't comparable. They both do the same hash function but that's where their similarities end. Miners are hashing way more data than we are, where passwords can usually fit in a single SHA2 block, while miners need potentially thousands of blocks for each transaction hash attempt.
The slogan comes from comparisons between other password cracking software, like John the Ripper, MDXFind and Cain, for which Hashcat is by fastest in benchmarks, including in SHA2. John is the only one that even comes remotely close but Hashcat will destroy it in almost every situation, especially for heavily optimised primitives like MD5 and the SHA family
Reply


Messages In This Thread
RE: World's Fastest SHA2 Implemenation on GPU - by penguinkeeper - 04-22-2024, 05:53 PM