checksum
Compute a hash checksum for a file using MD5, SHA1, or SHA256 to verify file integrity.
Instructions
Computes a hash checksum of a file. Reads the file as raw bytes (no encoding conversion). Supported algorithms: md5, sha1, sha256 (default).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | No | Absolute path to the file | |
| path | No | Alias for file_path | |
| algorithm | No | Hash algorithm: md5, sha1, sha256 (default sha256) |