Caesar Cipher
Encrypt and decrypt text using the Caesar cipher with adjustable shift value
Educational Purpose Only: Caesar cipher is not secure for real encryption. It's used for learning about cryptography and creating simple puzzles.
How to use: Enter text, select encrypt or decrypt mode, adjust the shift value (1-25), and see the result in real-time. The shift value determines how many positions each letter moves in the alphabet.
Encryption
Enter text to encrypt with Caesar cipher
(1-25)
Examples
Shift 3 (Classic Caesar):
"HELLO" → "KHOOR" | "Hello, World!" → "Khoor, Zruog!"
Shift 13 (ROT13):
"HELLO" → "URYYB" | "WORLD" → "JBEYQ"
Shift 1:
"ABC" → "BCD" | "XYZ" → "YZA"