gerar_hash
Generate a cryptographic hash (MD5, SHA-1, or SHA-256) from a given text string. Use it to create checksums or verify data integrity.
Instructions
Gera hash de uma string
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| texto | Yes | Texto para gerar hash | |
| algoritmo | No | Algoritmo de hash | sha256 |