aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gpg.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gpg.sgml')
-rw-r--r--doc/gpg.sgml18
1 files changed, 8 insertions, 10 deletions
diff --git a/doc/gpg.sgml b/doc/gpg.sgml
index 91f4b0a5f..72c1169bd 100644
--- a/doc/gpg.sgml
+++ b/doc/gpg.sgml
@@ -1591,22 +1591,20 @@ conventional encryption if --cipher-algo is not given.
<varlistentry>
<term>--s2k-digest-algo &ParmName;</term>
<listitem><para>
-Use &ParmName; as the digest algorithm used to mangle the
-passphrases. The default algorithm is RIPE-MD-160.
-This digest algorithm is also used for conventional
-encryption if --digest-algo is not given.
+Use &ParmName; as the digest algorithm used to mangle the passphrases.
+The default algorithm is SHA-1. This digest algorithm is also used
+for conventional encryption if --digest-algo is not given.
</para></listitem></varlistentry>
<varlistentry>
<term>--s2k-mode &ParmN;</term>
<listitem><para>
-Selects how passphrases are mangled. If &ParmN; is 0
-a plain passphrase (which is not recommended) will be used,
-a 1 (default) adds a salt to the passphrase and
-a 3 iterates the whole process a couple of times.
-Unless --rfc1991 is used, this mode is also used
-for conventional encryption.
+Selects how passphrases are mangled. If &ParmN; is 0 a plain
+passphrase (which is not recommended) will be used, a 1 adds a salt to
+the passphrase and a 3 (the default) iterates the whole process a
+couple of times. Unless --rfc1991 is used, this mode is also used for
+conventional encryption.
</para></listitem></varlistentry>