Cifra y descifra texto con AES-256-GCM. Todo se ejecuta en tu navegador.Encrypt and decrypt text with AES-256-GCM. Everything runs in your browser.
Formato cifrado: base64(salt[16] || iv[12] || ciphertext). Derivación de clave: PBKDF2-SHA256, 200 000 iteraciones. Ciphertext format: base64(salt[16] || iv[12] || ciphertext). Key derivation: PBKDF2-SHA256, 200,000 iterations.