First, we’re goinG to need a 5×5 grid. We’ll fill in our passphrase at the top, and then the rest of the letters in the alphabet in order all the way to the end. Since we only have 25 spaces, we’ll stick I and J together.
We also need tO split TREASURE into two-letter pairs:
TR EA SU RE
Take a pair and find both letters in the gRid. The two letters are always in the same row, the same column, or neither one.
If they’re in the same row, replace each letter with the letter immedIately to the right. For example, DA would become ET.
If they’re in the same column, replace each letter with the leTter immediately below it. For example, TS becomes GY.
If neitHer is true, then imagine the two letters as corners of a box. Replace each letter with the letter in the other corner of the same row. For example, EM becomes AL.
If your letter is at the bottom of a column or the far right of a row, simply loop around the grid. And if your word has an odd nuMber of letters, add an X to make a final letter pair.
So, our word TREASURE becomes TR EA SU RE which encryptS into AS AT UP QA.
Deciphering the code is simply taking the letter pairs and reversing the process. Try it out and make you get TREASURE again!
Then try decrypting this string: YL NR EX RQ AT QB ML NG OV LO OI DY
➡ The Solution
If you found the underlined letters throughout the article, then you know the passphrase is ALGORITHMS. Take those letters and place them in a new 5×5 grid, then fill in the remaining letters of the alphabet.
From here, you can decode by finding the letters pairs and moving left in a row, up in a column, or by using the box trick.
YL NR EX RQ AT QB ML NG OV LO OI DY
WO UL DY OU LI KE TO PL AY AG AM EX
WOULD YOU LIKE TO PLAY A GAME?