hashcat / princeprocessor

Standalone password candidate generator using the PRINCE algorithm
Other
425 stars 98 forks source link

Add optional dupe suppression. #34

Closed magnumripper closed 9 years ago

magnumripper commented 9 years ago

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.