The Code
Collapse Content
Show Content
You're working for the NSA and need to decipher some encrypted messages. Luckily, you found 6 messages already deciphered in the table below. Can you write a program to decipher other texts encrypted in the same manner?
Details
The texts consist only of the 26 lowercase letters. Each text will be from 10 to 200 characters and can be completely random. Two steps were taken to encrypt the text.
Challenge
Write a program to decipher and print the encrypted text.
Please sign in or sign up to submit answers.
Alternatively, you can try out Learneroo before signing up.
Comments
Learneroo
May 26, 12:52 PMHint: Add before, then add the 3.
Learneroo
May 26, 6:15 PMFinal Hint: Note the first letter, and with more work the last and middle.
Bantha
May 26, 6:36 PMThanks for the hint! I won't be sleeping tonight :P