CryptoJS JSON Encryption Demo
Encryption Key
Original JSON
{ "user": "test_user", "role": "admin", "timestamp": 1710000000, "data": { "message": "Hello world", "value": 42 } }
Encrypt
Encrypted (Base64)
Decrypt
Decrypted JSON