aes_decrypt
Decrypt AES-256-CBC ciphertext to recover the plaintext. Provide the encryption key and the hex-encoded IV + ciphertext from aes_encrypt.
Instructions
[PRO — 3 trial uses left] Decrypt AES-256-CBC encrypted text. Expects hex-encoded input from aes_encrypt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Same key used for encryption | |
| encrypted | Yes | Hex-encoded string (IV + ciphertext) from aes_encrypt |