CHALLENGE BRIEF
Brief
A short key was repeated across an intercepted message. The format always begins with ORDER:. Recover the key and decrypt the complete message.
Objective
Recover the four-character repeating ASCII key and use it to reveal the flag.
- Cipher
- repeating-key XOR
- Known prefix
- ORDER:
- Encoding
- hex bytes
