hashcat Forum

Full Version: mask performance
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello! Help me plz!
What kind of rules are more prefered?

oclHashcat.exe md5.txt --gpu-loops 1024 -o out_md5.txt ?d?d?d?d ?d?d?d?d?d?d
OR
oclHashcat.exe md5.txt --gpu-loops 1024 -o out_md5.txt ?d?d?d?d?d ?d?d?d?d?d
?d is a very small charset. so, as long as you do not get this warning on startup:

WARNING: words in wordlist_left < ...

you should use the first. otherwise the 2nd. see docs/performance.txt
OK! Thanks!