pwnPromedium
Rusty
spbctf
Task: decrypt a flag encrypted with RC4 stream cipher using a fixed key. Solution: perform a known-plaintext attack by encrypting known text with the binary, XOR-ing with the ciphertext to recover the keystream, then decrypting the original ciphertext.
$ ls tags/ techniques/
known_plaintext_attackxor_keystream_recoverystream_cipher_exploitation
🔒
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]SLA— spbctf
- [crypto][free]xorxorxor— hackthebox
- [crypto][Pro]Поврежденная расшифровка (Corrupted Decryption)— hackerlab
- [crypto][Pro]ROX — XOR with Key— spbctf
- [crypto][Pro]Забытый (Forgotten)— hackerlab