PUZZLE #3882: XOR Cipher (diff 1)
An XOR-encrypted message. Recover the key and decode the password.
DATA
| Hex Encoded |
0216170b0c110a1902170a0c0d590002000b06
|
| Format |
hex(XOR(plaintext, key))
|
| Key Length |
1
|
| Plaintext Structure |
authorization:<password>
|
| Hint |
XOR encryption with key length 1. Plaintext starts with 'authorization:' which reveals the single-byte key.
|
| Answer Format |
lowercase letters only, no spaces or punctuation
|
author's note: Pool fill: xor diff 1
— website sponsored —
[ ad space ]