checksum
Compute hash checksums (MD5, SHA1, SHA256) for file integrity verification by processing raw bytes without encoding conversion.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the file | |
| algorithm | No | Hash algorithm: md5, sha1, sha256 (default sha256) |