speed reduce in using rules to generate keys
#1
Hello! 

In the Rule-based attack, i want to store the generated keys, so i use the "--stdout" switch, for example,
"./hashcat64.bin -r ./rules/rockyou-30000.rule --stdout dictionary.txt".

My dictionary is large enough, but i find the speed is much lower than expected, both cpu (with "-D 1") and gpu (with "-D 2"). 

Even if i use "./hashcat64.bin -r ./rules/rockyou-30000.rule --stdout dictionary.txt >/dev/null" to reduce the time used in printing screen, the speed is still very low.

What's the reason for the slow down? and how can i reach the expected speed?


Messages In This Thread
speed reduce in using rules to generate keys - by frankcynthia - 03-16-2018, 04:25 AM