🔒 Text Encrypt/Decrypt (AES)
Encrypt text with a passphrase using AES-GCM (via your browser's Web Crypto API) and decrypt it again with the same passphrase. Everything happens locally — nothing is sent anywhere. This is for casual/personal use; for anything highly sensitive, use dedicated, audited encryption software instead.