User Commands  - hasher (1)

NAME

hasher(1f) - [M_hashkeys] exercise the string hash methods in the M_hashkey(3fm) module (LICENSE:PD)

CONTENTS

Synopsis
Description
Options
Author
License

SYNOPSIS

hasher [ input_files [ -hash hashname] ]|[ -string string_value]|--help|--version

DESCRIPTION

hasher(1f) does a byte by byte hash of a file or a hash of a string using the procedures available in the M_hashkey(3fm) module. It is up to the user to determine if the method is suitable for a specific use.

OPTIONS

input_files
  files to generate a hash for
hash name of hash algorithm. Currently allowed values are:
                  djb2 (default)   calls djb2_hash(3f)
                  sdbm             calls sdbm_hash(3f)
                  crc32            calls cfc32_hash(3f)

--help display this help and exit
--version
  output version information and exit

AUTHOR

John S. Urban

LICENSE

Public Domain


Nemo Release 3.1 hasher (1) February 23, 2025
Generated by manServer 1.08 from a4ced0d9-a5d3-4bad-9ef8-c90920277ef6 using man macros.