Endgame ARG Wiki
Advertisement
Challenge

Original Link

Posted on 14 May 2015


Puzzle[]

Today's Challenge with test your skills of cryptography, visual research and sequential thinking.

Semiotics...

A-terrible-thing

Hint 1

The top part contains the instructions for decoding the message at the bottom. (It works better if you assume that the first circle in the second line is red rather than brown; otherwise it appears that one step is a no-op.)

Hint 2

There are three steps - the same steps that you would use to convert Mw== to 3, 2 to 1, and 32 to 2 (in that order).

Solution

A-terrible-thing-part1
The top part of the card that the clown is holding uses the colorAlphabet font. It translates to "As simple as ABC And 1 32 MW==". The part after "And" should be "123" but although the "1" is "encoded" as a "1', the "2" is in ASCII hexadecimal encoding ("32") and the "3" is in Base64 encoding. Those three encoded numbers indicate the three steps that are needed to decode the bottom part:
 
  1. "1" - alter it by 1 (it works better if you assume that the first circle in the second line is red rather than brown, since that translates to "2" to indicate that you need to subtract 1 to get to 1 -- ASCII 0x32 minus 1 = ASCII 0x31 = "1")
  2. "32" - convert ASCII hexadecimal codes - ASCII 0x32 = "2"
  3. "Mw==" - convert using Base64 encoding - Base64 "MW==" = "3"

The order of these steps used for decoding are #3 first, then #1 and #2.

So we start with the text at the bottom of the card in the image:

NGUgNGEgNGUgNDYgNTAgNDggNTMgNDIgNTEgNDkg

We decode it using Base64 encoding to get:

4e 4a 4e 46 50 48 53 42 51 49

Subtract 1:

4d 49 4d 45 4f 47 52 41 50 48

And finally convert the ASCII hexadecimal codes to letters:

MIMEOGRAPH

The solution is stl.la/mimeograph

Reward[]

Mimeograph

Advertisement