How Calculate GPU Cracking Time - 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: How Calculate GPU Cracking Time (/thread-6430.html) Pages:
1
2
|
RE: How Calculate GPU Cracking Time - Arlaine - 04-19-2017 By an amplifier I'm assuming they mean something like adding generated or static rules. [simplification] When you run with only a wordlist, hashcat is limited by the speed at which it can ingest and attempt those words, if you tell it to iterate through mutations of each word before loading the next one then the GPU will be able to be better utilized. An example of this would be either of the following: (-g generates random rules, -r loads rules from a file.) Code: hashcat64 -m0 "my hash" wordlist.txt -g 100000 Run those commands and see the difference in hashes per second |