cryptoProeasy
Sub
spbctf
Task: Decrypt ciphertext that appears to use substitution cipher. Solution: Identified it as a block permutation cipher (not substitution), recovered the permutation using known flag prefix spbctf{, and decrypted all 8-character blocks.
$ ls tags/ techniques/
known_plaintext_attackblock_permutation_recovery
🔒
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
- [crypto][Pro]Permute — Permutation Cipher— spbctf
- [crypto][Pro]SLA— spbctf
- [crypto][Pro]Noncense— spbctf
- [crypto][Pro]Anime Track Cipher— hackerlab
- [crypto][Pro]Prisoner — Columnar Transposition— spbctf