Rating:
**Description**: The aliens have learned of a new concept called "security by obscurity". Fortunately for us they think it is a great idea and not a description of a common mistake. We've intercepted some alien comms and think they are XORing flags with a single-byte key and hiding the result inside 9999 lines of random data, Can you find the flag?
**Stars**: 1/5
**Downloadable**:
output.txt - encrypted file
**Goal**: To decrypt the flag
**Solution**: A simple 1-byte XOR encryption can be easily decrypted with following CyberChef recipe, just paste the contents of output.txt file into the input field.