AES-GCM
Authenticated encryption using the browser’s native Web Crypto API.
How this AES demo works
AES-GCM provides confidentiality and integrity. CipherBox derives a 256-bit key from your passphrase with PBKDF2, then stores the random salt and initialization vector beside the ciphertext in a portable JSON package.
Important: the password is never stored. Losing it means losing access to the encrypted data.