Cybersecurity-Projects/PROJECTS/beginner/hash-cracker
CarterPerez-dev f90a6ada5e feat: CLI with Boost.program_options and hash type dispatch
Full argument parsing for all attack modes, hash auto-detection,
salt support, thread count, and JSON output. Dispatch resolves
hasher + attack at compile time via template instantiation.
2026-03-22 10:39:07 -04:00
..
src feat: Engine, ThreadPool, and Progress display 2026-03-22 10:29:06 -04:00
tests feat: Engine, ThreadPool, and Progress display 2026-03-22 10:29:06 -04:00
.clang-format feat: project scaffolding with CMake, configs, stubs, and core types 2026-03-21 19:37:20 -04:00
.clang-tidy feat: project scaffolding with CMake, configs, stubs, and core types 2026-03-21 19:37:20 -04:00
.gitignore feat: project scaffolding with CMake, configs, stubs, and core types 2026-03-21 19:37:20 -04:00
CMakeLists.txt feat: all attack strategies (dictionary, brute-force, rules) 2026-03-22 09:25:09 -04:00
CMakePresets.json feat: project scaffolding with CMake, configs, stubs, and core types 2026-03-21 19:37:20 -04:00
main.cpp feat: CLI with Boost.program_options and hash type dispatch 2026-03-22 10:39:07 -04:00