hashcat Forum
Princeprocessor and --wl-dist-len - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip (https://hashcat.net/forum/forum-28.html)
+--- Thread: Princeprocessor and --wl-dist-len (/thread-9383.html)



Princeprocessor and --wl-dist-len - liget - 07-13-2020

Hello,

I have some issues with princeprocessor and --wl-dist-len which results in very long (or infinite?) computation.

Image dict "dc.txt" with "words":
a
bd
rrrd
rrrsa
gfgggs
sfsfsfsf
drrqeqeqe
rrrqeqeqq
tss
rewqeqdaq
ff
aseqeqxad
bfdawwewe
a
adwr
rrrrrqeqe



Now I run: ./pp64.bin dc.txt --wl-dist-len --elem-cnt-max=2 --pw-max=8
and computation is very looong / infinite (?) 

When I run it without --wl-dist-len, pp finishes very fast:
./pp64.bin dc.txt --elem-cnt-max=2 --pw-max=8

real    0m0,125s
user    0m0,036s
sys     0m0,088s

Is this a bug of the princeprocessor or do I wrongly use --wl-dist-len?


RE: Princeprocessor and --wl-dist-len - liget - 08-26-2020

Ping Smile