Encrypt and decrypt text with AES-256-GCM using a password.
Runs locally in your browser
Encrypted output will appear here
Uses AES-256-GCM with PBKDF2 key derivation (100,000 iterations). Everything runs in your browser via the Web Crypto API — no data is sent to any server.