x402node_crypto_aes-decrypt
Decrypt AES-256-GCM ciphertext with a 32-byte key, 12-byte IV, and authentication tag. Authenticated symmetric decryption for recovering original plaintext.
Instructions
AES decryption / AES-256-GCM decrypt / symmetric decryption / authenticated decryption / decrypt cipher / decode encrypted. Decrypt AES-256-GCM ciphertext given the key, IV, and authentication tag.
Price: unknown on Base (auto-paid in USDC).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auth_tag | Yes | Authentication tag in hex (required) | |
| ciphertext | Yes | Ciphertext in hex (required) | |
| iv | Yes | 12-byte IV in hex (required) | |
| key | Yes | 32-byte key in hex (required) |