Iterations of pbkdf2 in benchmark mode - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Iterations of pbkdf2 in benchmark mode (/thread-5799.html) |
Iterations of pbkdf2 in benchmark mode - refex91 - 08-27-2016 Hello there, I'm trying to do a simple prevision on a brute-force attack and i'm interested in the following hashes: PBKDF2-HMAC-SHA1 (12000) PBKDF2-HMAC-SHA256 (10900) PBKDF2-HMAC-SHA512 (12100) I'm using benchmark mode of hashcat, for example: ./hashcat -m 10900 -b and it's doing fine. The problem is that i need to know how many iterations of HMAC-SHAx are done for the benchmark. I assume it's a number not greater than 100k but I need to know the exact value, if possible. Thank you in advance. RE: Iterations of pbkdf2 in benchmark mode - atom - 08-27-2016 1000 |