BYWAY
Say Hello to DaviesSimple encryption example
You and I are communicating through the internet. We want to send the message to each other so that only you and I are able to read the message and no one else. We set A=1, B=2 … Z=26 and ‘space’ as it is. The key to encrypt the message is to add 2 to all the alphabets.
Example: If you want to send me a message “ZOO” you encrypt it by adding 2 to all the alphabets, resulting “BQQ” (since Z+2 = B). When you send the message to me, an intruder who wants to read the message cannot because it doesn’t give a proper meaning and doesn’t know how the message has been encrypted.
When the message reaches me and since we’ve shared the knowledge of the way of encryption, I subtract 2 from each alphabet, and get the original message “ZOO”. This is a simple way how encryption works.
Let’s say I send you an encrypted message “JGNNQ FCXKGU” encrypted using the same technique above, what actually is the message? Use the same decryption technique.
Answer
HELLO DAVIES


