AES-GCM Encrypt/Decrypt
Encrypt and decrypt text locally with a password. PBKDF2 (100k iterations) → AES-GCM (256-bit).
Encrypted payload (JSON)
—
How to use
- Enter a password and the plain text to encrypt (or ciphertext to decrypt).
- Click Encrypt or Decrypt; the key is derived from the password with PBKDF2.
- Copy the result; decryption requires the same password. All processing is local.
Examples
- Encrypt a note with a passphrase
- Decrypt previously encrypted text
FAQ
- Is data sent to a server?
- No—encryption and decryption run entirely in your browser.
- What if I forget the password?
- AES-GCM is secure; without the password, the data cannot be recovered.
Informational only; verify critical results independently.