using hashcat to generate file-checksums
#4
Sorry, I misread your statement about the bottleneck.

Most checksum functions are not designed to allow parallel processing of a single hashing operation and the sha1/2 familiy is one of that. (due to the Merkle-Damgard construction)

With the much slower GPU cores I would expect hashing of even muitiple files (limited by either IO or PCIe bandwidth) to be slower.


Messages In This Thread
using hashcat to generate file-checksums - by gmk - 01-21-2018, 12:42 PM
RE: using hashcat to generate file-checksums - by undeath - 01-21-2018, 04:06 PM