Caesar Cipher Encryptor and Decryptor Instruction : -Answer the question whether you want to encrypt or decrypt something. -Enter the number shift that you want. -If you want to decrypt something,make sure the number shift is the same one used to encrypt the word. -IMPORTANT-- DO NOT USE any SYMBOLS and number in a word or sentence AT ALL. Even a dot and comma. Caesar Cipher Explaination (source: Wikipedia):- A Caesar cipher is one of the simplest and most widely known encryption techniques used in cryptography. It is a type of substitution cipher in which each letter in the plaintext is replaced by a letter some fixed number of positions along the alphabet. For example, with a left shift of 3, D would be replaced by A, E would become B, and so on. The method is named after Julius Caesar, who used it in his private correspondence.
I just learned about this cipher, so I tried to make a program for it. It was fun. If you found any mistake or problem, please tell me. All code was made by me.