diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/cli.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/cli.rst b/doc/cli.rst index 98f9f06d4..37698cef7 100644 --- a/doc/cli.rst +++ b/doc/cli.rst @@ -63,9 +63,10 @@ HMAC Encryption ---------------- -``encryption --buf-size=4096 --decrypt --mode= --key= --iv= --ad=`` - Encrypt a given file with the specified *mode*. If ``--decrypt`` is provided - the file is decrypted instead. +``cipher --buf-size=4096 --decrypt --cipher= --key= --nonce= --ad=`` + + Encrypt a given file with the specified *cipher*, eg "AES-256/GCM". + If ``--decrypt`` is provided the file is decrypted instead. Public Key Cryptography ------------------------------------- |