statsprocessor only running on one core
#4
first, you don't need to pipe statsprocessor into cudaHashcat-plus, as statsprocessor is built-in. all mask-based attacks use markov mode by default unless you explicitly disable it.

second, of course it will be slower piping it into the program. since you're piping, the plains are streamed to the gpu in real time, instead of being preloaded into a buffer like with wordlist-based attacks or generated on the gpu like mask attack. this, plus the overhead of computing the algorithm, accounts for all of your overhead.


Messages In This Thread
RE: statsprocessor only running on one core - by epixoip - 03-26-2013, 10:04 AM