🔐 How It Works
The Caesar Cipher is one of the oldest known encryption techniques. It shifts each letter in your message by a certain number of positions in the alphabet.
- For example, with a shift of 3: A → D, B → E, C → F, etc.
- Non-alphabet characters (spaces, numbers, punctuation) stay the same.
- You can use the same shift value to decrypt a message.
Try it out above!