Personal collection of post-quantum cryptography (PQC) challenges, solutions, and technical notes.
| # | Name | Algorithms | Difficulty | Status |
|---|---|---|---|---|
| 01 | Trident Collapse | ML-KEM-512, ML-DSA-44, SPHINCS+ | Easy | Solved |
These challenges explore post-quantum cryptographic systems — not by breaking the mathematical hardness of PQC primitives, but by analyzing how they are composed into real designs. The focus is on understanding architectural weaknesses, flawed key derivation, and system-level vulnerabilities.
- Python 3.12+
cryptography(AES-GCM, AESGCM)hashlib(SHA3-256, SHA3-512, SHAKE-256)- Pure Python ML-KEM-512 implementation (FIPS 203)
- Liboqs: an Open Source library for PQC
SUBMIT YOUR FLAG AT: https://i-314.com/challenge-pqc.html