JSON Encryption/Decryption Demo
Encrypt and decrypt JSON objects using AES encryption
Secret Key
JSON Input
{ "userId": 123, "name": "John Doe", "email": "john@example.com", "roles": [ "admin", "user" ] }
Or Enter Pre-encrypted Text
Decrypt This Text
Encrypt JSON
Decrypt Result
Note: Keep your secret key safe and consistent for encryption/decryption.