This repository contains a collection of scripts used to analyze, decrypt, and work with ciphertexts from various challenges and encryption schemes.
It is primarily focused on AES-based ciphers, custom encryption modes, and CTF-style problems.
- AES Decryption β Supports AES-GCM, AES-ECB, and custom block-based modes.
- Custom Cipher Analysis β Tools for working with non-standard encryption algorithms.
- Tag & Nonce Handling β Automates nonce extraction and tag verification.
- Utility Functions β Includes helpers for XOR operations, padding, and GF(2^128) field arithmetic.
Clone the repository