mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
doc: Replace "conventional encryption" by "symmetric encryption".
-- Suggested-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
This commit is contained in:
parent
8a2134b8d5
commit
0de9aedf3e
@ -434,9 +434,9 @@ more arguments in future versions.
|
|||||||
DECRYPTION_OKAY
|
DECRYPTION_OKAY
|
||||||
The decryption process succeeded. This means, that either the
|
The decryption process succeeded. This means, that either the
|
||||||
correct secret key has been used or the correct passphrase
|
correct secret key has been used or the correct passphrase
|
||||||
for a conventional encrypted message was given. The program
|
for a symmetric with passphrase encrypted message was given.
|
||||||
itself may return an errorcode because it may not be possible to
|
The program itself may return an errorcode because it may not
|
||||||
verify a signature for some reasons.
|
be possible to verify a signature for some reasons.
|
||||||
|
|
||||||
NO_PUBKEY <long keyid>
|
NO_PUBKEY <long keyid>
|
||||||
NO_SECKEY <long keyid>
|
NO_SECKEY <long keyid>
|
||||||
|
@ -1177,7 +1177,7 @@ Replaced by a single @code{@@}
|
|||||||
@subsection Ask for a passphrase
|
@subsection Ask for a passphrase
|
||||||
|
|
||||||
This function is usually used to ask for a passphrase to be used for
|
This function is usually used to ask for a passphrase to be used for
|
||||||
conventional encryption, but may also be used by programs which need
|
symmetric encryption, but may also be used by programs which need
|
||||||
special handling of passphrases. This command uses a syntax which helps
|
special handling of passphrases. This command uses a syntax which helps
|
||||||
clients to use the agent with minimum effort.
|
clients to use the agent with minimum effort.
|
||||||
|
|
||||||
|
@ -2266,9 +2266,9 @@ to consider (e.g. @option{--symmetric}).
|
|||||||
@item --s2k-cipher-algo @code{name}
|
@item --s2k-cipher-algo @code{name}
|
||||||
@opindex s2k-cipher-algo
|
@opindex s2k-cipher-algo
|
||||||
Use @code{name} as the cipher algorithm used to protect secret keys.
|
Use @code{name} as the cipher algorithm used to protect secret keys.
|
||||||
The default cipher is CAST5. This cipher is also used for
|
The default cipher is CAST5. This cipher is also used for symmetric
|
||||||
conventional encryption if @option{--personal-cipher-preferences} and
|
encryption with a passphrase if @option{--personal-cipher-preferences}
|
||||||
@option{--cipher-algo} is not given.
|
and @option{--cipher-algo} is not given.
|
||||||
|
|
||||||
@item --s2k-digest-algo @code{name}
|
@item --s2k-digest-algo @code{name}
|
||||||
@opindex s2k-digest-algo
|
@opindex s2k-digest-algo
|
||||||
@ -2281,7 +2281,7 @@ Selects how passphrases are mangled. If @code{n} is 0 a plain
|
|||||||
passphrase (which is not recommended) will be used, a 1 adds a salt to
|
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
|
the passphrase and a 3 (the default) iterates the whole process a
|
||||||
number of times (see --s2k-count). Unless @option{--rfc1991} is used,
|
number of times (see --s2k-count). Unless @option{--rfc1991} is used,
|
||||||
this mode is also used for conventional encryption.
|
this mode is also used for symmetric encryption with a passphrase.
|
||||||
|
|
||||||
@item --s2k-count @code{n}
|
@item --s2k-count @code{n}
|
||||||
@opindex s2k-count
|
@opindex s2k-count
|
||||||
|
Loading…
x
Reference in New Issue
Block a user