calcular_hash_texto
Compute cryptographic hashes of text to verify data integrity, compare values, or generate identifiers. Supports SHA-256, SHA-512, MD5, and more.
Instructions
Calcula el hash de un texto arbitrario.
Útil para verificar integridad de datos, comparar valores o crear identificadores.
Args: texto: el texto a hashear algoritmo: sha256, sha512, sha1, md5, blake2b, sha3_256
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| texto | Yes | ||
| algoritmo | No | sha256 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |