We are going to see one of the earliest method used in cryptography to send secret messages. It was used by Julies Caesar and hence named Caesar cipher. Here, each letter of the message is shifted forward by 3 places in the alphabet . That is, A will become D, B will become E and so on. For quick reference; Plain text: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Cipher text: D E F G H I J K L M N O P Q R S T U V W X Y Z A B C So the message 'Welcome to my blog' encrypted as 'ZHOFRPH WR PB EORJ' This is technically called mono alphabetic substitution cipher. Here a shift of +3 is used. But we could use a shift of +1 to +25. A person who knows the algorithm (method) can only decipher the code and retrieve the message. Suppose someone wants to break the code and get the message, Is there a way? Yes, there is. ...
science knowledge capsules in digestible form