Cybersecurity-Projects/PROJECTS/beginner/hash-cracker
CarterPerez-dev dd27eb2620 feat: all hashers (MD5, SHA1, SHA256, SHA512) and HashDetector
OpenSSL EVP-based hashers verified against NIST known-answer vectors.
HashDetector auto-identifies hash type from hex length with validation.
15 new tests, all passing.
2026-03-22 08:01:01 -04:00
..
src feat: all hashers (MD5, SHA1, SHA256, SHA512) and HashDetector 2026-03-22 08:01:01 -04:00
tests feat: all hashers (MD5, SHA1, SHA256, SHA512) and HashDetector 2026-03-22 08:01:01 -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: project scaffolding with CMake, configs, stubs, and core types 2026-03-21 19:37:20 -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: project scaffolding with CMake, configs, stubs, and core types 2026-03-21 19:37:20 -04:00