Cybersecurity-Projects/PROJECTS/beginner/hash-cracker/tests/data
CarterPerez-dev 6542a097f8 feat: all attack strategies (dictionary, brute-force, rules)
DictionaryAttack: mmap-based wordlist reader with thread partitioning.
BruteForceAttack: keyspace generator with mathematical partitioning.
RuleSet: 7 mutation transforms via std::generator (capitalize, leet,
append/prepend digits, reverse, toggle case).
RuleAttack: combines dictionary words with rule mutations.
22 new tests, all passing.
2026-03-22 09:25:09 -04:00
..
small_wordlist.txt feat: all attack strategies (dictionary, brute-force, rules) 2026-03-22 09:25:09 -04:00