diff options
author | Werner Koch <[email protected]> | 2011-06-29 11:23:41 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2011-06-29 11:23:41 +0000 |
commit | 92e66c70b64283cba2442ee0ca1268abecf7e107 (patch) | |
tree | ca3c8ee271299708d6bdea3f78b6b1f7a04c522f | |
parent | Added gpg-agent OPTION "s2k-count". (diff) | |
download | gnupg-92e66c70b64283cba2442ee0ca1268abecf7e107.tar.gz gnupg-92e66c70b64283cba2442ee0ca1268abecf7e107.zip |
Document OPTION s2k-count
-rw-r--r-- | doc/gpg-agent.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/gpg-agent.texi b/doc/gpg-agent.texi index e965c5236..84486cffd 100644 --- a/doc/gpg-agent.texi +++ b/doc/gpg-agent.texi @@ -1354,6 +1354,14 @@ This option sets the cache TTL for new entries created by GENKEY and PASSWD commands when using the @option{--preset} option. It it is not used a default value is used. +@item s2k-count +Instead of using the standard S2K counted (which is computed on the +fly), the given S2K count is used for new keys or when changing the +passphrase of a key. Values below 65536 are considered to be 0. This +option is valid for the entire session or until reset to 0. This +option is useful if the key is later used on boxes which are either +much slower or faster than the actual box. + @end table |