Prodigy_CS_01
This is a simple Python-based Caesar Cipher tool that allows users to encrypt and decrypt messages.
- Encrypt text with a custom shift
- Decrypt ciphered messages
- Supports uppercase and lowercase letters
Each letter is shifted by a given number of positions in the alphabet.
- Run the script:
python caesar_cipher.py - Choose encrypt/decrypt
- Enter your message and shift value