cryptoProhard
WannaQRy
spbctf
Task: Decrypt ECB-encrypted QR code with different key using known plaintext-ciphertext pair. Solution: Build lookup table from known pair, exploit QR structural redundancy (finder patterns), brute-force remaining unknown blocks.
$ ls tags/ techniques/
known_plaintext_attackecb_codebook_attackqr_structure_analysisblock_permutation_bruteforce
🔒
Permission denied (requires tier.pro)
Sign in to access full writeups
Sign in with GitHub to continue. No email required.
$sign in$ grep --similar
Similar writeups
- [stego][Pro]Quick Response— tamuctf
- [crypto][Pro]Wanna— spbctf
- [crypto][Pro]Harder encryptor— spbctf
- [crypto][Pro]Gods of XOR— spbctf
- [crypto][Pro]AES-CTR— spbctf