crypto_hash_data
Generate a cryptographic hash of any string using supported algorithms like MD5, SHA1, SHA224, SHA256, SHA384, or SHA512. Returns hex digest. Defaults to SHA256.
Instructions
[crypto] Hash a string using the specified algorithm. Returns the hex digest. Supported: md5, sha1, sha224, sha256, sha384, sha512. Default: sha256.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| algorithm | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |