I installed hashcat using following:
sudo apt update
sudo apt -y install p7zip-full
curl -O https://hashcat.net/files/hashcat-6.2.3.7z
7z x hashcat-6.2.3.7z
hashcat-6.2.3/hashcat.bin -b
When I run hashcat-6.2.3/hashcat.bin -b -m 7100, iterations is set to 1023.
Is it possible to run benchmark using custom iterations?
Is relationship between iterations and hash rate linear?
-m 7100is a specific hashing that has a set number of iterations. What would making the iterations an arbitrary number tell you in a benchmark? A round of golf is 18 holes. What does asking how fast a round of golf is when it is 17 holes tell you about a golf game? – schroeder Aug 05 '21 at 21:06-m 7100, the number of iterations is encoded in the hash itself. IF your script is correct, then the hash should have$50000(or whatever the 50000 number is) near the front? And if so, is hashcat not using that number? – schroeder Aug 05 '21 at 21:23