CrackMate is a fast and lightweight hash cracker built with Python. It uses dictionary attacks to recover plain text from various hash types. This tool is ideal for Capture The Flag (CTF) events and ...
SHA256/ ├── hdl/ │ ├── wrappers/ │ │ ├── wrapper.v # Top-level wrapper for the SHA-256 modules │ ├─ sha256.v # Main SHA-256 implementation ├── tb/ │ ├── sha256_models.py # Python models for ...