tool_crypto
Perform cryptographic operations like encryption or decryption on data with configurable algorithm, key, IV, and mode.
Instructions
[crypto] Crypto
Parameters:
data (string): Data
key (string): Key
iv (string): IV
algorithm (string): Algorithm
mode (string): Mode
operation (string): Operation
Outputs:
result (string): Result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iv | No | IV | |
| key | No | Key | |
| data | No | Data | |
| mode | No | Mode | |
| result | No | Result | |
| algorithm | No | Algorithm | |
| operation | No | Operation |