Theoretical speed could not be reached(help) - 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: Theoretical speed could not be reached(help) (/thread-12223.html) |
Theoretical speed could not be reached(help) - nicheng - 11-18-2024 THE THEORETICAL SPEED CANNOT BE REACHED, AND THE ACTUAL SPEED IS ONLY 1700H/S, Because of my hash value is $2a$10$ So I chose to use it -m 3200 in use -b Look at the theoretical velocity as 12889 H/s There is too much difference from reality Even if I use -w 3 Still not improving Please help me RE: Theoretical speed could not be reached(help) - pdo - 11-18-2024 You can't reach the speed in the benchmark because the benchmark tests a hash with cost 5 and your hash is cost 10. The cost refers to the number of iterations the algorithm must do, cost 5 is 2^5 (32 iterations), and your hash is 2^10 (1024 iterations). |