calculate_file_hash
Compute file integrity by generating MD5, SHA1, or SHA256 hash for any file path.
Instructions
Calculate the hash of a file using the specified algorithm
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file to hash | |
| algorithm | Yes | Hashing algorithm to use |