You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Digesting a dictionary is a common way to save space when storing a large dictionary file.
Add a DigestDictionaryRule which hashes a password before comparing it against the dictionary.
The text was updated successfully, but these errors were encountered:
Required a minor version bump as the changes to AbstractDictionaryRule broke API compatibility.
Removed deprecated methods from DigestHistoryRule and DigestSourceRule.
Fixes#78.
Digesting a dictionary is a common way to save space when storing a large dictionary file.
Add a
DigestDictionaryRule
which hashes a password before comparing it against the dictionary.The text was updated successfully, but these errors were encountered: