hash_text
Compute cryptographic hashes of strings using MD5, SHA1, SHA256, or SHA512, and return the lowercase hex digest.
Instructions
Compute a cryptographic hash of a string.
algorithm is one of md5, sha1, sha256 (default), or sha512.
Returns the algorithm used and the lowercase hex digest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| algorithm | No | sha256 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||