Encrypt and decrypt text using AES-GCM with the Web Crypto API. Secure client-side encryption.
Encrypt and decrypt text using AES-256-GCM via the Web Crypto API. Uses PBKDF2 key derivation with 100,000 iterations. Everything happens in your browser - no data is sent anywhere.