/Caesar-Cipher-test

Encrypt a message or phrase using the Caesar Cypher encryption method

Primary LanguageC++

Caesar-Cipher



NOTE: This repository is no longer managed and used. See the repository Caesar-Cipher-2 for the latest updates. Thank you


Repository created by ProxyHydra (https://github.com/ProxyHydra)

Encrypt a message or phrase using the Caesar Cipher encryption method

Caesar Cipher encryption is a method of substitution cipher where each letter of a given text is replaced by a letter some fixed number of positions down the alphabet.

Features of Caesar-Cipher


--> Each charecter of a message can be shifted ahead to any number as per choice.
--> For example: With a key of 3, every 'A' in the message shifts 3 letters in the alphabet and becomes 'D'; 'B' becomes 'E'; 'Y' becomes 'C' and so on.
--> Encrypt as well as decrypt a ciphered message.

More features adding soon!