Tool capabilities
- Input
- TXT
- Output
- TXT · JSON
How to use AES Decrypt
Authenticate and decrypt a LocalKit AES-256-GCM JSON envelope with its password. This aes decrypt works directly in your browser and is free to use without an account.
- Paste or open your input in the editor.
- Run the tool and inspect the output. If the input is invalid, correct the reported error and run it again.
- Copy the result or download it to your device.
AES Decrypt · Example
Input
{
"version": 1,
"algorithm": "AES-256-GCM",
"kdf": "PBKDF2-SHA-256",
"iterations": 600000,
"salt": "PWLYzLvvQImVV0nDjnDI6w==",
"iv": "TmuDhsL/joWimulq",
"ciphertext": "kGbfenTEcKD+t2PbnkVObGMp0IuxOrm90iaLFmXx"
}Output
Hello LocalKit
Authenticate and decrypt a LocalKit AES-256-GCM JSON envelope with its password.
Usage notes
Inputs and results are processed on this device. Tool content is not sent to a processing server.