file_checksum
Calculate file hashes (MD5, SHA256, SHA512) to verify file integrity and detect data corruption or tampering.
Instructions
Calculate file hash (MD5, SHA256, SHA512). Verify file integrity.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path | |
| algorithm | No | Hash algorithm (default: sha256) |