Updated OpenPGP Security (markdown)

Dominik Schürmann 2016-01-05 00:31:51 +01:00
parent 001e203b23
commit f225fff74c
1 changed files with 1 additions and 1 deletions

@ -31,7 +31,7 @@ We don't see any advantages in setting an expiry date for OpenPGP keys.
* It does not prevent attack scenarios: If someone steals your secret key, he can extend the expiry date.
* Some argue that expiry dates help keeping the keyservers clean from valid but unused keys:
If a secret key is lost with an expiry date of 2 years in the future, the public key is still valid for 1 year in average and might be used by others to encrypt stuff.
Anyone can upload keys with User IDs containing the email and names of other persons, thus it is easy to flood keyservers with valid keys without the consent of the entity who controls the email address.
Furthermore, anyone can upload keys with User IDs containing the email and names of other persons, thus it is easy to flood keyservers with valid keys without the consent of the entity who controls the email address.
Thus, expiry dates are no valid fix for a much bigger problem that lies in the way OpenPGP keyservers operate currently.
* In general, OpenPGP keys need to be validated through other channels than keyservers to rely on them.