hashcat / princeprocessor

Standalone password candidate generator using the PRINCE algorithm
Other
425 stars 98 forks source link

6.4x output speed increase #13

Closed Sc00bz closed 9 years ago

Sc00bz commented 9 years ago

pp64.bin this pp64-o.bin original

$ time ./pp64.bin -l 500000000 -o /dev/null < rockyou-top50k.txt

real    0m27.281s
user    0m26.956s
sys     0m0.264s

$ time ./pp64-o.bin -l 500000000 -o /dev/null < rockyou-top50k.txt

real    2m55.595s
user    2m55.033s
sys     0m0.234s