Encrypt and Decrypt your messages using the Caesar Cipher technique
- Python 3.10
git clone https://github.com/juliogarciape/caesar-cipher
cd caesar-cipher
python3 caesar.py -c "message to encrypt" # To encrypt a message
python3 caesar.py -d "message to decrypt" # To decrypt a message
If I needed to say something confidential, I would write it using the cipher, that is, changing the order of the letters in the alphabet.
Suetonius, The Lives of the Caesars 56