Text Encryption / Decryption
AES-GCM 256-bit encryption with PBKDF2 key derivation (100,000 iterations, SHA-256). Runs entirely in your browser.
Format: Base64( salt[16] | iv[12] | ciphertext+tag ). Without the password, decryption is computationally infeasible. Save your password securely — it cannot be recovered.