generate_hash
Hash Generator — Compute MD5, SHA-1, SHA-256, and SHA-512 hashes of text (or an uploaded file). Always returns all four — there is no algorithm selection and bcrypt is not supported. [category: generate]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Optional file to hash instead of text. | |
| text | Yes | Text to hash. Required unless 'file' is provided. |