hash.compute
Compute cryptographic hashes (SHA-256, MD5, SHA-1, SHA-3, etc.) for any input string, with configurable input and output encodings.
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 |