The Caesar cipher, also known as Caesar shift or Caesar's code, is one of the simplest and earliest known encryption techniques. It is a type of substitution cipher where each letter in the plaintext is shifted a certain number of places down or up the alphabet.
Here all libraries used in code:
- os
- time
- datetime
- colorama
- string
Git clone
git clone https://github.com/Dev-Cored/translator-Caesars-cipher.git
cd translator-Caesars-cipher
python3 translator.py