1 Encrypt pilgrim using the Caesar CipherSolutionFirst of al
1. Encrypt pilgrim using the Caesar Cipher
Solution
First of all the caesar cipher is a encrypt which the message is shifted from the alphabet, so you can encrypt a letter or word in too many ways let\'s use an encrpytation with 1 shifted letter down in the alphabet.
A = B
B = C and so on,
For pilgrim = qjmhsjn
--
Another example?? let\'s try that each letter has been shifted 3 letters down in the alphabet.
For A, we have to pass through B, C and D, so
A = D
and for our word;
pilgrim = slojulp
--
Hope it helps!
