utility_file_hash
Compute the cryptographic hash (SHA-256, MD5, or SHA-1) of any file or text string.
Instructions
Calculate the cryptographic hash (SHA-256, MD5, SHA-1) of a file or text string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Text content to hash. | |
| filePath | No | Local path to a file to hash. | |
| algorithm | No | Hashing algorithm. Defaults to 'sha256'. | sha256 |