hash.compute
Compute cryptographic hashes like SHA-256, MD5, or SHA-3 for any input data. Choose algorithm, input encoding, and output format.
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 |