aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manual/cli.rst
diff options
context:
space:
mode:
authorRenĂ© Korthaus <[email protected]>2017-04-13 10:57:12 +0200
committerRenĂ© Korthaus <[email protected]>2017-04-13 10:57:18 +0200
commitff5e2744fa8f5b13178d6526387ba47b6c936403 (patch)
treefb166c84aafc1054da2293f6fc9090dc3a66030d /doc/manual/cli.rst
parentb8b50eaf392a5da53d59f28919af0dcfd16b6f4d (diff)
Add HMAC CLI command
Diffstat (limited to 'doc/manual/cli.rst')
-rw-r--r--doc/manual/cli.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/manual/cli.rst b/doc/manual/cli.rst
index 8244da141..71e3b17c6 100644
--- a/doc/manual/cli.rst
+++ b/doc/manual/cli.rst
@@ -37,6 +37,11 @@ Password Hash
``check_bcrypt password hash``
Checks if the bcrypt hash of the passed *password* equals the passed *hash* value.
+HMAC
+----------------
+``hmac --hash=SHA-256 --buf-size=4096 key files``
+ Compute the HMAC tag with the cryptographic hash function *hash* using the key in file *key* over the data in *files*. *files* defaults to STDIN.
+
Public Key Cryptography
-------------------------------------
``keygen --algo=RSA --params= --passphrase= --pbe= --pbe-millis=300 --der-out``