![]() |
Question regarding benchmark output - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: Question regarding benchmark output (/thread-5493.html) |
Question regarding benchmark output - steevi - 06-03-2016 Good evening everybody, I am looking at some hashcat benchmarks and i noticed that at the crypt function (e.g. md5crypt) it outputs the following Hashtype: md5crypt, MD5(Unix), FreeBSD MD5, Cisco-IOS MD5 Workload: 1000 loops, 32 accel Does the workload which is measured in loops have to do with the gpu-loops paramter or it means that we have 1000 ieterations of MD5 algorithm (i.e. MD5(MD5 ..... MD5(string) 1000s MD5s)? ThankĀ you very much RE: Question regarding benchmark output - atom - 06-03-2016 In this case both, since md5crypt has exactly 1000 iterations. However what you see is the -u setting RE: Question regarding benchmark output - steevi - 06-06-2016 Thank you very much for yous answer. So this applies in general i guess? So simple hash functions such as below also have iterations right (e.g. 256 in the below code).l Hashtype: SHA384 Workload: 256 loops, 256 accel Have a nice day RE: Question regarding benchmark output - atom - 06-06-2016 No, it's only for slow hashes RE: Question regarding benchmark output - steevi - 06-06-2016 Great Thank you very much |