Text Encrypt / Decrypt
AES-256-GCM encryption with passphrase using Web Crypto API â fully client-side
About Text Encrypt / Decrypt
Encrypt and decrypt text using AES-256-GCM authenticated encryption through the Web Crypto API. Provide a passphrase to encrypt text into a base64 ciphertext with an embedded salt and initialization vector. All processing happens entirely in your browser with no data ever leaving your device.