This project implements the Caesar Cipher, a simple encryption technique used in cryptography. Users can encrypt and decrypt messages by shifting the letters of the alphabet.
- Encrypt and decrypt messages using a specified shift value.
- Handles letters not in the alphabet without modification.
- User-friendly console interface for input and output.
- Option to play again after each encryption/decryption attempt.
- Run the script.
- Choose whether to encode (encrypt) or decode (decrypt) a message.
- Enter the message you want to encrypt or decrypt.
- Specify the shift amount (number of positions each letter will be moved).
- View the result of the encryption or decryption.
- Choose to play again or exit.