pwnmedium
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
Create a free account with GitHub, then upgrade to Pro.
$ssh [email protected]