hash
Compute hash digests (MD5, SHA-1, SHA-256) from input data, with support for UTF-8 or hex encoding.
Instructions
Compute a hash digest of the input data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Data to hash | |
| encoding | No | Input encoding: utf8 (default) or hex | utf8 |
| algorithm | Yes | Hash algorithm |