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