hash_sha256
Generate SHA256 hash of any text input. Use for data integrity checks and secure password hashing.
Instructions
Generate SHA256 hash of input text. Example: "hello" → "2cf24dba4f21d..."
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to hash with SHA256 |