tool_hash
Generate cryptographic hashes from input data using specified algorithms and output formats.
Instructions
[crypto] Hash
Parameters:
data (string): Data
category (string): Category
algorithm (string): Algorithm
outputFormat (string): Output
Outputs:
hash (string): Hash
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Data | |
| hash | No | Hash | |
| category | No | Category | |
| algorithm | No | Algorithm | |
| outputFormat | No | Output |