.\" Generated by kramdown-man 1.0.1 .\" https://github.com/postmodern/kramdown-man#readme .TH ronin-hmac 1 "2023-02-01" Ronin "User Manuals" .SH NAME .PP ronin\-hmac \- Calculates a Hash\-based Message Authentication Code (HMAC) .SH SYNOPSIS .PP \fBronin hmac\fR \[lB]\fIoptions\fP\[rB] \[lB]\fIFILE\fP \.\.\.\[rB] .SH DESCRIPTION .PP Calculates a Hash\-based Message Authentication Code (HMAC) for data\. .SH ARGUMENTS .TP \fIFILE\fP The optional file to read and process\. If no \fIFILE\fP arguments are given, input will be read from \fBstdin\fR\. .SH OPTIONS .TP \fB\-f\fR, \fB\-\-file\fR \fIFILE\fP Optional file to process\. .TP \fB\-\-string\fR \fISTRING\fP Optional string to process\. .TP \fB\-M\fR, \fB\-\-multiline\fR Process each line of input separately\. .TP \fB\-n\fR, \fB\-\-keep\-newlines\fR Preserves newlines at the end of each line\. .TP \fB\-H\fR,\fB\-\-hash\fR \fBmd5\fR\[or]\fBsha1\fR\[or]\fBsha256\fR\[or]\fBsha512\fR Hash algorithm to use\. Defaults to \fBsha1\fR if the option is not given\. .TP \fB\-k\fR, \fB\-\-key\fR \fIKEY\fP The key string to use\. .TP \fB\-k\fR, \fB\-\-key\-file\fR \fIFILE\fP The file to read the key string from\. .TP \fB\-h\fR, \fB\-\-help\fR Print help information\. .SH AUTHOR .PP Postmodern .MT postmodern\.mod3\[at]gmail\.com .ME .SH SEE ALSO .PP .BR ronin\-md5 (1) .BR ronin\-sha1 (1) .BR ronin\-sha256 (1) .BR ronin\-sha512 (1)