AES Decrypt

AES Decrypt

Decrypt compatible AES-GCM JSON payloads locally with the original password and recover plaintext entirely in your browser. Perfect for secret recovery checks, browser-side decryption testing, and payload verification.

aes
decryption
crypto
Share this tool:
Quick Presets
A sample payload you can decrypt locally with the matching password
AES-GCM Input & Settings
Decrypt a compatible AES-GCM payload back into plaintext.
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 Decrypt

Everything you need to know about using AES Decrypt effectively