crypto · hard · 400 pts
Acme's API: GET /encrypt → {iv, ct} of secret data. POST /check {iv,ct} → {valid}. Recover the plaintext. --- ### Files The challenge generator (`generate.py`) lives in `AYSEC-CTF/deployable/crypto/padding-oracle/`. Run `python3 generate.py /tmp/out` to produce the artifact.