Encrypt / Decrypt Tool
Section 1: JSON Input
Generate Sample JSON
JSON Input:
Encrypt (AES-GCM)
Section 2: Encryption Output
AES Key :
IV :
Encrypted Payload (ciphertext + tag):
📦 JSON Payload for API:
{ "aesKey": "", "iv": "", "encryptedPayload": "" }
Section 3: Decrypt (AES Only)
AES Key (Base64):
IV (Base64):
Encrypted Payload (ciphertext + tag):
Decrypt
Decrypted Output: