Transmission
MISC EASY - 278 points
The image given was a row of pixels with different RGB values so the my first idea was to extract each color and try to convert it to a readable format.
The only format I could think of was hex naturally and so I made this script:
Now that I had the hex values of the image, I could convert it to ascii I used https://www.rapidtables.com/ to convert it to ascii.
The text I got had the flag in it.
Last updated
Was this helpful?