Secret Codes

Classic ciphers for puzzles, games, and secret messages — encode and decode entirely in your browser.

A playful corner of the toolkit dedicated to classic cryptography. Encode notes for an escape-room puzzle, build a code-breaking lesson for the classroom, or send a message your kid sister can't read over your shoulder. Every tool runs entirely in your browser — your message never leaves your device, no signup, no servers.

What's Inside

Caesar Cipher

Shift every letter by 1–25 places to encode or decode a message. Includes the famous ROT13 mode used in online forums for spoiler text.

Keyword Cipher (Vigenère)

Pick a secret keyword and the cipher rotates through it letter-by-letter as it encodes your message. Stronger than Caesar — and great fun for puzzles and games.

Common Use Cases

A Note on Security

Caesar and Vigenère ciphers are fun, not secure. They are easily broken by modern frequency-analysis tools and should never be used to protect real secrets. For genuine encryption (passwords, financial data, private files), use a modern algorithm like AES via a trusted password manager or encrypted messenger. These tools exist for puzzles, games, and learning the history of cryptography.