A simple Python script to encrypt and decrypt messages using the Caesar Cipher technique.
The Caesar Cipher is a basic encryption technique that shifts letters in a message by a fixed number of positions in the alphabet.
- Encrypt or decrypt messages
- Handles special characters, spaces, and punctuation
- Repeats until the user chooses to exit
- Clean terminal interface with optional ASCII logo (
caeser_cipher_art.py)