Encrypt and decrypt text with AES-256-GCM using a password. All processing happens client-side in your browser using the Web Crypto API — no data is ever sent to a server.
Mode:
Use a strong, unique password. The same password must be used to decrypt.
AES-256-GCM (Advanced Encryption Standard with Galois/Counter Mode) is a symmetric authenticated encryption algorithm. It provides both confidentiality and integrity protection, ensuring that tampered ciphertext will fail to decrypt.