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.
Continue Your Code Journey
More tools you might find useful
Complete Guide: AES Encrypt
Everything you need to know about using AES Encrypt effectively
Related Tools
More tools you might find useful
Featured
CSV to JSON Converter
Transform CSV data into JSON structures
csv
json
convert
+2
CIDR Calculator
Analyze IPv4 CIDR ranges and derived network details
cidr
ipv4
network
+2
Subnet Calculator
Calculate IPv4 subnet ranges and host details
subnet
ipv4
network
+2
Dockerfile Generator
Generate starter Dockerfiles for common app stacks
docker
dockerfile
container
+3
Credit Card Generator
Generate valid dummy credit card numbers for testing
credit-card
luhn
testing
+3
Checksum Calculator
Calculate and verify SHA checksums for text or files
checksum
sha256
hash
+2
Crontab Validator
Validate standard crontab expressions with next-run previews
cron
crontab
validator
+3
.htaccess Redirect Generator
Create Apache .htaccess redirect rules and URL rewriting
htaccess
redirect
apache
+4
Related Collections
Collections that include this tool - discover more tools in these curated collections