hash_text
Generate cryptographic hashes of text using MD5, SHA-1, SHA-256, or SHA-512 with hex or Base64 output.
Instructions
Generate hash of text using various algorithms
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to hash | |
| algorithm | No | Hash algorithm | sha256 |
| encoding | No | Output encoding | hex |