Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
SIGGEN(8)		     System Manager's Manual		       SIGGEN(8)

NAME
     siggen - signature gathering utility for Tripwire

SYNOPSIS
     siggen  [	-t|--terse  ] [ -h|--hexadecimal ] [ -a|--all ] [ -C|--CRC32 ] [
     -S|--SHA ] [ -h|--HAVAL ] file1,,,

DESCRIPTION
     siggen is a utility that displays the hash function values for  the  speci-
     fied files.

OPTIONS
     -t, --terse
	    Terse  mode.   Prints requested hashes for a given file on one line,
	    delimited by spaces, with no extraneous information.

     -h, --hexadecimal
	    Display results in hexadecimal rather than base64 notation.

     -a, --all
	    Display all hash function values (default).

     -C, --CRC32
	    Display CRC-32, POSIX  1003.2  compliant  32-bit  Cyclic  Redundancy
	    Check.

     -M, --MD5
	    Display MD5, the RSA Data Security, Inc. Message Digest Algorithm.

     -S, --SHA
	    Display SHA, Tripwire's implementation of the NIST Secure Hash Stan-
	    dard, SHS (NIST FIPS 180).

     -H, --HAVAL
	    Display Haval value, a 128-bit hash code.

     file1 [ file2... ]
	    List of filesystem objects for which to display values.

EXIT STATUS
     siggen exits 0 on success, 1 on error.

VERSION INFORMATION
     This man page describes siggen version 2.4.

AUTHORS
     Tripwire, Inc.

COPYING PERMISSIONS
     Permission  is  granted  to make and distribute verbatim copies of this man
     page provided the copyright notice and this permission notice are preserved
     on all copies.

     Permission is granted to copy and distribute modified versions of this  man
     page  under  the  conditions for verbatim copying, provided that the entire
     resulting derived work is distributed under the terms of a  permission  no-
     tice identical to this one.

     Permission  is granted to copy and distribute translations of this man page
     into another language, under the above conditions	for  modified  versions,
     except  that this permission notice may be stated in a translation approved
     by Tripwire, Inc.

     Copyright 2000-2019 Tripwire, Inc. Tripwire is a  registered  trademark  of
     Tripwire,	Inc.  in  the  United States and other countries. All rights re-
     served.

SEE ALSO
     twintro(8), tripwire(8), twadmin(8), twprint(8), twconfig(4),  twpolicy(4),
     twfiles(5)

Open Source Tripwire 2.4	   04 Jan 2018			       SIGGEN(8)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=siggen&sektion=8&manpath=FreeBSD+Ports+15.1.quarterly>

home | help