AES Encrypt

AES Encrypt

Encrypt text locally with AES-GCM using a password-derived key, random salt, and self-contained JSON payload output. Perfect for private notes, shared secrets, and browser-side encryption workflows without server uploads.

aes
encryption
crypto
Share this tool:
Quick Presets
Examples for browser-side AES encryption workflows
AES-GCM Input & Settings
Encrypt plaintext into a self-contained AES-GCM JSON payload.
Characters: 0
Lines: 0
Bytes: 0
How it works: This tool derives a 256-bit AES-GCM key from your password using PBKDF2 with SHA-256, a random salt, and 250,000 iterations. Encryption output is stored as JSON containing the algorithm, salt, IV, and ciphertext so you can decrypt it later with the same password.

Complete Guide: AES Encrypt

Everything you need to know about using AES Encrypt effectively