hash.compute
Compute cryptographic hashes (SHA-256, SHA-512, MD5, SHA-1, SHA-3) over input data with configurable encoding.
Instructions
Compute one or more cryptographic hashes (sha256, sha512, md5, sha1, sha3, etc.) over an input.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | The data to hash. | |
| algorithm | No | Single algorithm shortcut. | |
| algorithms | No | ||
| inputEncoding | No | utf8 | |
| outputEncoding | No | hex |