1SIGGEN(8) System Manager's Manual SIGGEN(8)
2
3
4
6 siggen - signature gathering utility for Tripwire
7
9 siggen [ -t|--terse ] [ -h|--hexadecimal ] [ -a|--all ] [ -C|--CRC32 ]
10 [ -S|--SHA ] [ -h|--HAVAL ] file1,,,
11
13 siggen is a utility that displays the hash function values for the
14 specified files.
15
17 ‐t, --terse
18 Terse mode. Prints requested hashes for a given file on one
19 line, delimited by spaces, with no extraneous information.
20
21 ‐h, --hexadecimal
22 Display results in hexadecimal rather than base64 notation.
23
24 ‐a, --all
25 Display all hash function values (default).
26
27 ‐C, --CRC32
28 Display CRC-32, POSIX 1003.2 compliant 32-bit Cyclic Redundancy
29 Check.
30
31 ‐M, --MD5
32 Display MD5, the RSA Data Security, Inc. Message Digest Algo‐
33 rithm.
34
35 ‐S, --SHA
36 Display SHA, Tripwire's implementation of the NIST Secure Hash
37 Standard, SHS (NIST FIPS 180).
38
39 ‐H, --HAVAL
40 Display Haval value, a 128-bit hash code.
41
42 file1 [ file2... ]
43 List of filesystem objects for which to display values.
44
46 siggen exits 0 on success, 1 on error.
47
49 This man page describes siggen version 2.4.
50
52 Tripwire, Inc.
53
55 Permission is granted to make and distribute verbatim copies of this
56 man page provided the copyright notice and this permission notice are
57 preserved on all copies.
58
59 Permission is granted to copy and distribute modified versions of this
60 man page under the conditions for verbatim copying, provided that the
61 entire resulting derived work is distributed under the terms of a per‐
62 mission notice identical to this one.
63
64 Permission is granted to copy and distribute translations of this man
65 page into another language, under the above conditions for modified
66 versions, except that this permission notice may be stated in a trans‐
67 lation approved by Tripwire, Inc.
68
69 Copyright 2000-2018 Tripwire, Inc. Tripwire is a registered trademark
70 of Tripwire, Inc. in the United States and other countries. All rights
71 reserved.
72
74 twintro(8), tripwire(8), twadmin(8), twprint(8), twconfig(4), twpol‐
75 icy(4), twfiles(5)
76
77
78
79Open Source Tripwire 2.4 04 Jan 2018 SIGGEN(8)