NAME
ronin-hmac - Calculates a Hash-based Message Authentication Code (HMAC)
SYNOPSIS
ronin hmac [options] [FILE …]
DESCRIPTION
Calculates a Hash-based Message Authentication Code (HMAC) for data.
ARGUMENTS
- FILE
- The optional file to read and process. If no FILE arguments are given,
input will be read from
stdin.
OPTIONS
-f,--fileFILE- Optional file to process.
--stringSTRING- Optional string to process.
-M,--multiline- Process each line of input separately.
-n,--keep-newlines- Preserves newlines at the end of each line.
-H,--hashmd5|sha1|sha256|sha512- Hash algorithm to use. Defaults to
sha1if the option is not given. -k,--keyKEY- The key string to use.
-k,--key-fileFILE- The file to read the key string from.
-h,--help- Print help information.
AUTHOR
Postmodern postmodern.mod3@gmail.com