Base64 Decryption

< Back

Play now!

A gimmick dungeon where you have to solve a Base64 encoded message to figure out the solution to a puzzle that you would otherwise have to brute force guess. Provided in the temple’s description is the following:

KDIsNykoMywyKSg1LDQpKDcsNik=

Naturally, the video below contains the solution so it’s up to you if you want to solve it first before watching.

Solution explanation

SPOILERS BELOW!

You can use an online conversion tool to translate the Base64 message above into plain text. When you decode it, you will find the following:

(2,7)(3,2)(5,4)(7,6)

These four pairs of numbers are coordinates corresponding to the arrow switches you must shoot. The first number in the pair indicates how many tiles you must go from left to right, while the second number indicates how much you must go up from bottom to top. So for example, the first pair corresponds to the arrow switch located in the second column and top row.

If you hit the four correct switches within ten seconds and open the chest that spawns, you will get a gold key that will lead to the exit.