sha256-generator
Compute the SHA-256 hash of a text string. Returns the digest as a 64-character lowercase hex string. UTF-8 encoded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to hash. UTF-8 encoded before hashing. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hex | Yes | 64-character lowercase hex digest. | |
| algorithm | Yes | Hash algorithm name (always 'SHA-256'). | |
| bytes_hashed | Yes | Number of bytes that were hashed. |