This is a classic ancient cryptography used for message encryption. It is a type of substitution cipher in which each letter in the message is replaced by a letter some fixed number of positions (shifts) down the alphabet.
- Clone the repository
- Install Python in your system if you don't already have it.
- Select the directory Caesar-cipher in terminal/command line environment.
- Run the program using the following command:
python3 main.py