checksum
Compute hash checksums for files using MD5, SHA1, or SHA256 algorithms to verify data integrity and detect file corruption.
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 | Yes | Absolute path to the file | |
| algorithm | No | Hash algorithm: md5, sha1, sha256 (default sha256) |