Instructions
Write down the alphabet, A-Z. Number the letters 1-26: A-1, B-2, and so on, until Z-26.
Assign a number value to every lesser in the encrypted sentence. These number values should be based on the A=1, B=2 values that you noted earlier. For example, if the first word of the code was KHOOR, you would assign it the numbers 11, 8, 15, 15, 18.
Note the "shift" of the cypher. The shift is the difference between the original message and the encoded message. According to the book "Life of Julius Caesar," Caesar himself used a shift of three. So, for example, an "A" in the original message would be "D" in the encoded message. For the sake of example, we will be using a Shift Cipher with a shift of three.
Subtract the shift- in our example, three- from the letter code in the message. In our example word, KHOOR, we got the numbers 11, 8, 15, 15, 18. Subtract three from each of these numbers, and we have 8, 5, 12, 12, 15. This is the decoded version of the code.
Translate the decoded version of the code from numbers to letters, using the A=1, B=2 system that you noted earlier. In our example, 8=H, 5=E, 12=L, and 15=0. So 8, 5, 12, 12, 15 becomes "HELLO."