A simple Python command-line application that encrypts and decrypts messages using the Caesar Cipher algorithm.
- Encrypt messages
- Decrypt messages
- Input validation
- Supports uppercase and lowercase letters
- Preserves numbers and symbols
- Saves encryption history
- View previous history
- Menu-driven interface
- Python 3
