cryptoPromedium
Harder encryptor
spbctf
Task: Iterative XOR encryption with known key where each position is XORed a different number of times. Solution: Track XOR parity per position - odd count means XOR with key, even count means plaintext.
$ ls tags/ techniques/
xor_parity_analysisiterative_xor_reversal
🔒
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][free]xorxorxor— hackthebox
- [crypto][Pro]Easy encryptor — Cyclic XOR— spbctf
- [crypto][Pro]ROX — XOR with Key— spbctf
- [crypto][Pro]Gods of XOR— spbctf
- [crypto][Pro]SLA— spbctf