hashcat Forum
mask performance - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html)
+--- Forum: Very old oclHashcat Support (https://hashcat.net/forum/forum-21.html)
+--- Thread: mask performance (/thread-66.html)



mask performance - Magggg - 06-24-2010

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


RE: mask performance - atom - 06-25-2010

?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


RE: mask performance - Magggg - 06-25-2010

OK! Thanks!