hash
Generate a cryptographic digest from input text with SHA-256, SHA-1, or MD5. Choose the algorithm to verify data integrity and secure sensitive values.
Instructions
Generate a hash of the input text using various algorithms
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to hash | |
| algorithm | No | Hash algorithm. Defaults to sha256. |