This is a simple program that allows you to encrypt and decrypt messages using the Caesar Cipher technique. You can enter any message and choose a shift value to either encrypt (hide) or decrypt (reveal) the text.
Features:
Easy to use
Encrypt text by shifting letters
Decrypt text by reversing the shift
Works with any shift number
How to use:
-
Run the program
-
Enter your message
-
Enter a shift value (like 3, 5, 10)
-
Choose whether to encrypt or decrypt
This project is great for learning basic cryptography and understanding how simple text-based encryption works.