Skip to content

Vigenère Cipher

Encrypt and decrypt text using the Vigenère keyword cipher with advanced options like autokey, case control, and non‑letter preservation.

Updated

What is the Vigenère Cipher?

How it works

Examples

Encrypt 'HELLO' with key 'KEY'

HELLO
RIJVS

Decrypt 'RIJVS' with key 'KEY'

RIJVS
HELLO

Frequently asked questions