This project is a simple Python program that performs encryption and decryption using the Caesar Cipher algorithm.
- Encrypt text messages
- Decrypt encrypted messages
- User-defined shift value
- Supports uppercase and lowercase letters
- Preserves spaces and special characters
- Python
- Clone the repository
- Run the Python file
bash python caesar_cipher.py
text Enter your message: Hello World Enter shift value: 3
Encrypted Message: Khoor Zruog Decrypted Message: Hello World