Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/./man/man1/hmac256.1
Real path: /usr/share/man/man1/hmac256.1
Zurück
'\" te .\" Created from Texinfo source by yat2m 1.0 .TH HMAC256 1 2023-09-26 "Libgcrypt 1.10.1" "Libgcrypt" .SH NAME .B hmac256 \- Compute an HMAC-SHA-256 MAC .SH SYNOPSIS .B hmac256 .RB [ \-\-binary ] .I key .I [FILENAME] .SH DESCRIPTION This is a standalone HMAC-SHA-256 implementation used to compute an HMAC-SHA-256 message authentication code. The tool has originally been developed as a second implementation for Libgcrypt to allow comparing against the primary implementation and to be used for internal consistency checks. It should not be used for sensitive data because no mechanisms to clear the stack etc are used. The code has been written in a highly portable manner and requires only a few standard definitions to be provided in a config.h file. \fBhmac256\fR is commonly invoked as .RS 2 .nf hmac256 "This is my key" foo.txt .fi .RE This compute the MAC on the file \(oq\fIfoo.txt\fR\(cq using the key given on the command line. .SH OPTIONS \fBhmac256\fR understands these options: .TP .B --binary Print the MAC as a binary string. The default is to print the MAC encoded as lower case hex digits. .TP .B --version Print version of the program and exit. .P .\" Oracle has added the ARC stability level to this manual page .SH ATTRIBUTES See .BR attributes (7) for descriptions of the following attributes: .sp .TS box; cbp-1 | cbp-1 l | l . ATTRIBUTE TYPE ATTRIBUTE VALUE = Availability system/library/security/libgcrypt = Stability Pass-through volatile .TE .PP .SH SEE ALSO \fBsha256sum\fR(1) .SH NOTES .\" Oracle has added source availability information to this manual page Source code for open source software components in Oracle Solaris can be found at https://www.oracle.com/downloads/opensource/solaris-source-code-downloads.html. This software was built from source available at https://github.com/oracle/solaris-userland. The original community source was downloaded from https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.10.1.tar.bz2. Further information about this software can be found on the open source community website at https://gnupg.org/software/libgcrypt/.