PUZZLE #5160: XOR Cipher (diff 3)
An XOR-encrypted message. Recover the key and decode the password.
DATA
| Hex Encoded |
1307061a1d001b0813061b1d1c480017141e1711061b1d1c
|
| 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 3
— website sponsored —
[ ad space ]