Scroll to navigation

hashsum(1) General Commands Manual hashsum(1)

NAME

hashsum - Compute and check message digests.

SYNOPSIS

hashsum [-b|--binary] [-c|--check] [--tag] [-t|--text] [-q|--quiet] [-s|--status] [--strict] [-w|--warn] [-z|--zero] [--bits] [--no-names] [--md5] [--sha1] [--sha224] [--sha256] [--sha384] [--sha512] [--sha3] [--sha3-224] [--sha3-256] [--sha3-384] [--sha3-512] [--shake128] [--shake256] [--b2sum] [--b3sum] [-h|--help] [-V|--version] [FILE]

DESCRIPTION

Compute and check message digests.

OPTIONS

read in binary mode
read hashsums from the FILEs and check them
create a BSD-style checksum
read in text mode (default)
don't print OK for each successfully verified file
don't output anything, status code shows success
exit non-zero for improperly formatted checksum lines
warn about improperly formatted checksum lines
end each output line with NUL, not newline
set the size of the output (only for SHAKE)
Omits filenames in the output (option not present in GNU/Coreutils)
work with MD5
work with SHA1
work with SHA224
work with SHA256
work with SHA384
work with SHA512
work with SHA3
work with SHA3-224
work with SHA3-256
work with SHA3-384
work with SHA3-512
work with SHAKE128 using BITS for the output size
work with SHAKE256 using BITS for the output size
work with BLAKE2
work with BLAKE3
Print help
Print version
[FILE]

VERSION

v0.0.24

hashsum 0.0.24