hasher(1f) - [M_hashkeys] exercise the string hash methods in the M_hashkey(3fm) module (LICENSE:PD)
Synopsis
Description
Options
Author
License
hasher [ input_files [ -hash hashname] ]|[ -string string_value]|--help|--version
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.
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
John S. Urban
Public Domain
Nemo Release 3.1 | hasher (1) | February 23, 2025 |