Cybersecurity-Projects/PROJECTS/beginner/hash-cracker/tests
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
..
test_bruteforce_attack.cpp feat: project scaffolding with CMake, configs, stubs, and core types 2026-03-21 19:37:20 -04:00
test_dictionary_attack.cpp feat: project scaffolding with CMake, configs, stubs, and core types 2026-03-21 19:37:20 -04:00
test_engine.cpp feat: project scaffolding with CMake, configs, stubs, and core types 2026-03-21 19:37:20 -04:00
test_hash_detector.cpp feat: all hashers (MD5, SHA1, SHA256, SHA512) and HashDetector 2026-03-22 08:01:01 -04:00
test_hashers.cpp feat: all hashers (MD5, SHA1, SHA256, SHA512) and HashDetector 2026-03-22 08:01:01 -04:00
test_rules.cpp feat: project scaffolding with CMake, configs, stubs, and core types 2026-03-21 19:37:20 -04:00