diff options
author | Werner Koch <[email protected]> | 1998-09-11 05:47:32 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-09-11 05:47:32 +0000 |
commit | 48da5f940b537b09b1fd6a5023922bd792d5954c (patch) | |
tree | d0b99173fc76c70960ace7d372d4adeff969652b /doc/gpg.1pod | |
parent | Chnages. (diff) | |
download | gnupg-48da5f940b537b09b1fd6a5023922bd792d5954c.tar.gz gnupg-48da5f940b537b09b1fd6a5023922bd792d5954c.zip |
*** empty log message ***
Diffstat (limited to '')
-rw-r--r-- | doc/gpg.1pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/gpg.1pod b/doc/gpg.1pod index 98863102d..93b1a199f 100644 --- a/doc/gpg.1pod +++ b/doc/gpg.1pod @@ -333,6 +333,12 @@ B<--compress-algo> I<number> If this is not used the OpenPGP behaviour is used; i.e. the compression algorith is selected from the preferences. +B<--throw-keyid> + Do not put the keyid into encrypted packets. This option + hides the receiver of the message and is a countermeasure + against traffic analysis. It may slow down the decryption + process because all available secret keys are tried. + B<--passphrase-fd> I<n> Read the passphrase from file descriptor I<n>. If you use 0 for I<n>, the passphrase will be read from stdin. This |