generate_hash
Generate secure hash values from text using algorithms like MD5, SHA1, SHA256, or SHA512 for data verification and integrity checks.
Instructions
Generar hash de un texto
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Texto para generar hash | |
| algorithm | No | Algoritmo de hash | md5 |