Help with speed question
#2
In this context, "words" is the number of words from wordlist.txt that are being hashed per second, and "plains" is the number of actual plaintext candidates that are being hashed per second.

For a straight dictionary attack against a raw hash algorithm, these numbers will be equal. Yours aren't equal because it looks like you are doing a rule-based attack -- probably wordlist.txt + best64.rule based on the numbers, 64760000 / 847650 =~ 76.4 and best64.rule has 78 rules.


Messages In This Thread
Help with speed question - by aceminer - 01-06-2015, 04:23 AM
RE: Help with speed question - by epixoip - 01-06-2015, 04:58 AM
RE: Help with speed question - by aceminer - 01-06-2015, 05:10 AM
RE: Help with speed question - by epixoip - 01-06-2015, 05:17 AM
RE: Help with speed question - by aceminer - 01-06-2015, 08:02 AM