Encrypt and decrypt text with AES-256-GCM and PBKDF2 key derivation. 100% browser-side using the Web Crypto API.
The AES Text Encryptor provides AES-256-GCM encryption and decryption for text directly in your browser. Uses PBKDF2 with SHA-256 for key derivation from a password. The encrypted output includes the salt, IV, and authentication tag. Perfect for quick text encryption without needing to encrypt entire files.
All AES Text Encryptor operations are performed entirely in your browser. Your data never leaves your device and is never transmitted to any server. We implement zero-knowledge architecture to ensure maximum privacy and security.