sha224sum
Compute SHA-224 hash digests for files or stdin. Use for cryptographic integrity verification with a smaller digest size compared to SHA-256.
Instructions
Compute SHA-224 hash digests of files or stdin. Read-only, no side effects. Returns JSON with per-file hash values. Use for cryptographic integrity verification with smaller digest size. Not for maximum security margin — use 'sha512sum' for highest strength. See also 'sha256sum', 'hash'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | Yes | Files to hash, or '-' for stdin. |