Decrypt the message and get the flag.
Don’t forget to put it into the brackets and add CTF.
CTF{49c2619fc3c6ee789b1fccb46f4ac9af23130293e7cd417b34a97d8160bec5f9}
Binary to anode 7 segment display
We get a file with a bunch of binary data. Upon analysing it we realise the following:
This means that each of the binary chunks represent one letter in the flag.
Taking a hint from the title of the challenge, we realise that we are talking about something digital
. One of the things that came to mind was the 7 segment display.
I then used https://www.dcode.fr/7-segment-display to decode the binary data, and I got:
I made the text lowercase and submitted the flag.