1WHIRLPOOLSUM(1)                  User Commands                 WHIRLPOOLSUM(1)
2
3
4

NAME

6       whirlpoolsum - compute and check WHIRLPOOL message digest
7

SYNOPSIS

9       whirlpoolsum [OPTION]... [FILE]...
10

DESCRIPTION

12       Print  or  check  WHIRLPOOL (512-bit) checksums.  With no FILE, or when
13       FILE is -, read standard input.
14
15       -b, --binary
16              read in binary mode
17
18       -c, --check
19              read WHIRLPOOL sums from the FILEs and check them
20
21       --tag  create a BSD-style checksum, always in binary mode
22
23       -t, --text
24              read in text mode (default)
25
26              Note: There is no difference between binary and text mode option
27              on GNU system.
28
29   The following three options are useful only when verifying checksums:
30       --quiet
31              don't print OK for each successfully verified file
32
33       --status
34              don't output anything, status code shows success
35
36       -w, --warn
37              warn about improperly formatted checksum lines
38
39       --strict
40              with --check, exit non-zero for any invalid input
41
42       --test invoke Whirlpool API test function and exit
43
44       --help display this help and exit
45
46       --version
47              output version information and exit
48
49       The  sums  are  computed  as described in the official WHIRLPOOL specs.
50       When checking, the input should be a former  output  of  this  program.
51       The   default  mode   is  to  print  a line with checksum,  a character
52       indicating input mode ('*' for binary, space for text),  and  name  for
53       each FILE.
54
55

AUTHOR

57       Written  by  Denis Fateyev. Based on WHIRLPOOL algorithm implementation
58       by  Paulo S.L.M. Barreto and Vincent Rijmen,  and various  improvements
59       by  Avar Arnfjörð Bjarmason.
60

REPORTING BUGS

62       Report whirlpoolsum bugs to 'denis@fateyev.com'
63       Libwhirlpool home page: <https://github.com/dfateyev/libwhirlpool>
64
66       This is free and unencumbered software released into the public domain.
67       Anyone  is free  to copy,  modify,  publish,  use,  compile,  sell,  or
68       distribute  this  software, either in source code form or as a compiled
69       binary, for any purpose,  commercial  or  non-commercial,  and  by  any
70       means.
71       THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
72       OR  IMPLIED,  INCLUDING  BUT  NOT  LIMITED   TO   THE   WARRANTIES   OF
73       MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
74

SEE ALSO

76       sha256sum(1), sha384sum(1), sha512sum(1).
77
78
79
80whirlpoolsum                     October 2015                  WHIRLPOOLSUM(1)
Impressum