Vigenère cipher
Encrypt and decrypt text with the classic Vigenère keyword cipher.
Related tools
Vigenère cipher
Type a keyword, paste your text and the Vigenère cipher shifts every letter by the corresponding letter of the key — A shifts by 0, B by 1, and so on, with the key repeating for as long as the message runs. Switch the direction to decrypt and the same key turns the ciphertext back into the original. Everything updates live as you type, so you can watch a plaintext scramble letter by letter.
The tool is built for the places the Vigenère cipher actually lives today: geocaching mystery caches, escape room puzzles, CTF challenges, scavenger hunts and classroom lessons on classical cryptography. Teachers use it to demonstrate why a polyalphabetic cipher defeats simple frequency counting, and puzzle solvers use the decrypt direction to test candidate keys against an inscription in seconds.
The key uses letters only — digits and symbols typed into it are ignored, and a key with no letters at all is reported rather than guessed around. The cipher operates on the plain A–Z alphabet: accented letters, digits, punctuation and emoji are never shifted. With "Keep non-letters" on they pass through in place without advancing the key; turn it off for classic solid ciphertext with everything else stripped. "Preserve case" keeps your capitalization, or produces traditional all-caps output when disabled.
One honest note: the Vigenère cipher was called "le chiffre indéchiffrable" in the 16th century, but it has been breakable since 1863 and is a puzzle today, not protection. For anything genuinely confidential, use the encrypt text tool with real AES encryption. Either way your text never leaves the browser — nothing you type here is uploaded anywhere.