Text Encryptor

AES-256-GCM in your browser

Encrypt and decrypt text with a passphrase using the Web Crypto API. The output is a portable base64 blob you can paste anywhere. Everything happens locally in your browser and nothing is sent to any server.

All cryptography runs locally with the browser Web Crypto API. No external dependencies, works offline.
Ciphertext (base64)

  

How the scheme works

Each encryption uses authenticated symmetric encryption with a key derived from your passphrase:

Warning: a forgotten passphrase means the data is unrecoverable. There is no reset, no backdoor, and no recovery. Keep your passphrase safe.