generate-hash
Generate a hash of input text using SHA-256, SHA-512, or MD5. Select the algorithm to produce a cryptographic hash for verification or storage.
Instructions
Hash text with SHA-256, SHA-512, or MD5.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to hash | |
| algorithm | No | Algorithm (default: sha256) | sha256 |