File Checksum
fc_checksumCompute file checksums (MD5, SHA1, SHA256, SHA512) and optionally verify against a given hash.
Instructions
Berechnet Prüfsummen (MD5/SHA1/SHA256/SHA512) für Dateien.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| compare | No | Optional: Hash to compare against | |
| algorithm | No | Hash algorithm (default: sha256) | sha256 |
| file_path | Yes | Path to file |