Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add optional dupe suppression. #34

Merged
merged 1 commit into from Jan 25, 2015
Merged

Conversation

magnumripper
Copy link
Contributor

Add optional dupe suppression, using a hash table for speedup. Since we're running from stdin we don't know what optimal size hash to use, current default is 1<<26 which is "optimal" for rockyou with dupes and will use about 650 MB during loading of that file (this memory is freed before candidate generation starts). For other sizes it might be suboptimal in terms of memory use or speed, but it will produce the same result anyway.

jsteube added a commit that referenced this pull request Jan 25, 2015
Add optional dupe suppression.
@jsteube jsteube merged commit efa2cdf into hashcat:master Jan 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants