I'd like to read a hidden message in the following picture:
The message is supposed to look like CTF{Something}
.
I've tried to find out how to read it for hours without success.
So far, I've tried to read the RGB values of each cell.
For instance, first cell (1, 1) is rgb(88, 101, 114)
or #586572
.
First three cells would give: Xer, ddnc
which obviously makes non sense.
Last cell #587c00 rgb(88, 124, 0)
is then supposed to be a }
.
The only clue I have to solve that is RGB is a kind of ASCII
.
Could you help me to solve that ?