hash_text
Generate a hash digest from text using MD5, SHA-1, SHA-256, or SHA-512. Select the algorithm to create a checksum for data verification and integrity.
Instructions
Generate a hash digest of the given text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to hash. | |
| algorithm | No | One of "md5", "sha1", "sha256", "sha512" (default "sha256"). | sha256 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |