AES Words

Quick guide

What it does

Turns your text into an AES-256 encrypted payload written as ordinary English words, so it's easy to copy or read aloud.

How it's safe

Encryption and decryption run in your browser. The password never leaves your device; without it the word list is just noise.

Watch out

Anyone who can see the words and guess the password can unlock the message. Use a strong password and treat the word list like a ciphertext.

A custom format that turns encrypted payloads into easy-to-copy groups of words, using AES-256-GCM with salted key derivation.