Classic Ciphers Caesar ROT13 Vigenère Online
Encrypt and decrypt with the Caesar, ROT13 and Vigenère ciphers (educational).
🔒 100% client-side — no data sent
Encrypt and decrypt text with the classic Caesar, ROT13 and Vigenère ciphers, with a customizable shift or key. Perfect for learning, puzzles and recreational cryptography. Everything runs in your browser, with no data transmitted.
What is it for?
- ▸ Encrypt a message with Caesar
- ▸ Apply ROT13 to hide a spoiler
- ▸ Decrypt a Vigenère text with its key
- ▸ Learn the basics of classic cryptography
FAQ
Difference between Caesar and ROT13?
ROT13 is a Caesar with a fixed shift of 13, where encrypting and decrypting are identical.
How does Vigenère work?
It uses a repeated keyword for a different shift on each letter.
Are these ciphers safe?
No, they are educational and easy to break; never for sensitive data.
Related tools
AES · encrypt / decrypt Encrypt and decrypt text with AES-GCM using a password, in your browser. API key · generator Generate API keys with a custom prefix (sk_live_, pk_…), cryptographically secure. Bcrypt hash Generate a bcrypt hash of a password and verify a password against a hash, in your browser. Binary calculator (bitwise) Perform bitwise operations (AND, OR, XOR, NOT, shifts) on two numbers, in your browser. CRC32 · checksum Compute the CRC32 checksum of a text (hexadecimal). Test card numbers (Luhn) Generate valid TEST card numbers per Luhn (Visa, Mastercard…), for development.