Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
mask performance
06-24-2010, 12:16 PM
Post: #1
mask performance
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
Find all posts by this user
06-25-2010, 11:09 AM (This post was last modified: 06-25-2010 11:10 AM by atom.)
Post: #2
RE: mask performance
?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
Visit this user's website Find all posts by this user
06-25-2010, 02:11 PM
Post: #3
RE: mask performance
OK! Thanks!
Find all posts by this user