Sha256: 41909538c0f8da01ec2211fc159073fbdd470d7ff2ab6889bd29878eb7b6c303

Contents?: true

Size: 967 Bytes

Versions: 6

Compression:

Stored size: 967 Bytes

Contents

# ronin-hmac 1 "May 2022" Ronin "User Manuals"

## 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`, `--file` *FILE*
  Optional file to process.

`--string` *STRING*
  Optional string to process.

`-M`, `--multiline`
  Process each line of input separately.

`-n`, `--keep-newlines`
  Preserves newlines at the end of each line.

`-H`,`--hash` `md5`\|`sha1`\|`sha256`\|`sha512`
  Hash algorithm to use. Defaults to `sha1` if the option is not given.

`-k`, `--key` *KEY*
  The key string to use.

`-k`, `--key-file` *FILE*
  The file to read the key string from.

`-h`, `--help`
  Print help information.

## AUTHOR

Postmodern <postmodern.mod3@gmail.com>

## SEE ALSO

ronin-md5(1), ronin-sha1(1), ronin-sha256(1), ronin-sha512(1)

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ronin-2.0.0 man/ronin-hmac.1.md
ronin-2.0.0.beta5 man/ronin-hmac.1.md
ronin-2.0.0.beta4 man/ronin-hmac.1.md
ronin-2.0.0.beta3 man/ronin-hmac.1.md
ronin-2.0.0.beta2 man/ronin-hmac.1.md
ronin-2.0.0.beta1 man/ronin-hmac.1.md