sha384sum
Compute SHA-384 hash digests for files or stdin to verify cryptographic integrity. Returns per-file hash values in JSON format.
Instructions
Compute SHA-384 hash digests of files or stdin. Read-only, no side effects. Returns JSON with per-file hash values. Use for cryptographic integrity verification with higher security margin than SHA-256 (192-bit collision resistance). See also 'sha256sum', 'sha512sum', 'hash'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | Yes | Files to hash, or '-' for stdin. |