Tags: xor
Rating:
___
# xorpals
_(crypto, 188 points, 435 solves)_
One of the 60-character strings in the provided file has been encrypted by single-character XOR. The challenge is to find it, as that is the flag.
Hint: Always operate on raw bytes, never on encoded strings. Flag must be submitted as UTF8 string.
[flags.txt](./flags.txt)
___