md5sum
Compute MD5 hash digests of files or standard input. Use for non-cryptographic integrity verification and data deduplication. Returns JSON with per-file hash and byte count.
Instructions
Compute MD5 hash digests of files or stdin. Read-only, no side effects. Returns JSON with per-file hash values and byte counts. Use for fast non-cryptographic integrity checks and data deduplication. Not for security or cryptographic verification — MD5 is collision-broken; use 'sha256sum' or 'b2sum' for security. See also 'sha256sum', 'hash'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | Yes | Files to hash, or '-' for stdin. |