sha1sum
Compute SHA-1 hash digests of files or stdin for basic integrity verification. Returns JSON per-file hash values.
Instructions
Compute SHA-1 hash digests of files or stdin. Read-only, no side effects. Returns JSON with per-file hash values. Use for basic integrity verification compatible with legacy systems. Not for security-critical applications — SHA-1 is cryptographically broken; use 'sha256sum' or 'b2sum'. See also 'sha256sum', 'hash'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | Yes | Files to hash, or '-' for stdin. |