1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-07-05 03:09:21 +02:00
This commit is contained in:
Nils Ellmenreich 2001-06-15 13:27:15 +00:00
parent 505527a4ae
commit 8c24595c41
2 changed files with 8 additions and 10 deletions

View File

@ -2,8 +2,8 @@
GNUPG FREQUENTLY ASKED QUESTIONS GNUPG FREQUENTLY ASKED QUESTIONS
Version: 1.5 Version: 1.5.1
Last-Modified: Jun 13, 2001 Last-Modified: Jun 15, 2001
Maintained-by: Nils Ellmenreich <nils 'at' gnupg.org> Maintained-by: Nils Ellmenreich <nils 'at' gnupg.org>
@ -209,6 +209,7 @@ you could search in the mailing list archive.
the following line to your ~/.gnupg/options: the following line to your ~/.gnupg/options:
load-extension idea load-extension idea
4. USAGE 4. USAGE
4.1) What is the recommended key size? 4.1) What is the recommended key size?
@ -218,7 +219,7 @@ you could search in the mailing list archive.
is probably the weakest link if the key size is larger is probably the weakest link if the key size is larger
than 1024 bits. Encryption keys may have greater sizes, than 1024 bits. Encryption keys may have greater sizes,
but you should then check the fingerprint of this key: but you should then check the fingerprint of this key:
"gpg --fingerprint --fingerprint <user ID>". "gpg --fingerprint <user ID>".
As for the key algorithms, you should stick with the default (i.e., As for the key algorithms, you should stick with the default (i.e.,
DSA signature and ElGamal encryption). A ElGamal signing key has the DSA signature and ElGamal encryption). A ElGamal signing key has the
@ -229,8 +230,6 @@ you could search in the mailing list archive.
versions. It has only been introduced because at the time it was versions. It has only been introduced because at the time it was
not clear whether there is was patent on DSA. not clear whether there is was patent on DSA.
4.2) Why does it sometimes take so long to create keys? 4.2) Why does it sometimes take so long to create keys?
The problem here is that we need a lot of random bytes and for that The problem here is that we need a lot of random bytes and for that

View File

@ -13,8 +13,8 @@ The most recent version of the FAQ is available from
[H H1]GNUPG FREQUENTLY ASKED QUESTIONS[H /H1] [H H1]GNUPG FREQUENTLY ASKED QUESTIONS[H /H1]
Version: 1.5[H p] Version: 1.5.1[H p]
Last-Modified: Jun 13, 2001[H p] Last-Modified: Jun 15, 2001[H p]
Maintained-by: [$maintainer] Maintained-by: [$maintainer]
@ -147,6 +147,7 @@ you could search in the mailing list archive.
load-extension idea load-extension idea
[H /pre] [H /pre]
<S> USAGE <S> USAGE
<Q> What is the recommended key size? <Q> What is the recommended key size?
@ -156,7 +157,7 @@ you could search in the mailing list archive.
is probably the weakest link if the key size is larger is probably the weakest link if the key size is larger
than 1024 bits. Encryption keys may have greater sizes, than 1024 bits. Encryption keys may have greater sizes,
but you should then check the fingerprint of this key: but you should then check the fingerprint of this key:
"gpg --fingerprint --fingerprint <user ID>". "gpg --fingerprint <user ID>".
As for the key algorithms, you should stick with the default (i.e., As for the key algorithms, you should stick with the default (i.e.,
DSA signature and ElGamal encryption). A ElGamal signing key has the DSA signature and ElGamal encryption). A ElGamal signing key has the
@ -167,8 +168,6 @@ you could search in the mailing list archive.
versions. It has only been introduced because at the time it was versions. It has only been introduced because at the time it was
not clear whether there is was patent on DSA. not clear whether there is was patent on DSA.
<Q> Why does it sometimes take so long to create keys? <Q> Why does it sometimes take so long to create keys?
The problem here is that we need a lot of random bytes and for that The problem here is that we need a lot of random bytes and for that