Difference between revisions of "OpenPGP"

From I2P Wiki
Jump to navigation Jump to search
(Brief introduction.)
 
m (fix redlinks)
Line 1: Line 1:
 
'''OpenPGP''' is a standardized data format for encrypted and digitally signed data. It also specifies the format of certificates, commonly referred to as "keys".
 
'''OpenPGP''' is a standardized data format for encrypted and digitally signed data. It also specifies the format of certificates, commonly referred to as "keys".
   
It is based on the format introduced by Pretty Good Privacy (PGP) 5 and is standardized in RFC 4880. RFC 5581 added Camellia (another symmetric cipher algorithm). RFC 6637 added [[Elliptic Curve Cryptography]] to OpenPGP. However, these extensions are explicitly specified as "optional". An OpenPGP-compliant application is therefore not forced to implement these two extensions. The practical advantage of elliptic curve cryptography is the comparatively small key size for the same encryption strength.
+
It is based on the format introduced by Pretty Good Privacy (PGP) 5 and is standardized in RFC 4880. RFC 5581 added Camellia (another symmetric cipher algorithm). RFC 6637 added {{wikipedia|Elliptic Curve Cryptography}} to OpenPGP. However, these extensions are explicitly specified as "optional". An OpenPGP-compliant application is therefore not forced to implement these two extensions. The practical advantage of elliptic curve cryptography is the comparatively small key size for the same encryption strength.
   
   
Line 8: Line 8:
 
<!-- <references /> -->
 
<!-- <references /> -->
 
<!-- ==Further reading== -->
 
<!-- ==Further reading== -->
<!-- ==External links== -->
+
= External links =
  +
* https://en.wikipedia.org/en/OpenPGP - Wikipedia page of OpenPGP
   
 
{{DEFAULTSORT:Web Of Trust}}
 
{{DEFAULTSORT:Web Of Trust}}
[[Category:Key management]]
 
[[Category:Public key infrastructure]]
 
[[Category:Social networking services]]
 
 
[[Category:OpenPGP]]
 
[[Category:OpenPGP]]
[[Category:Authentication]]
 
[[Category:Computational trust]]
 

Revision as of 19:00, 29 January 2023

OpenPGP is a standardized data format for encrypted and digitally signed data. It also specifies the format of certificates, commonly referred to as "keys".

It is based on the format introduced by Pretty Good Privacy (PGP) 5 and is standardized in RFC 4880. RFC 5581 added Camellia (another symmetric cipher algorithm). RFC 6637 added WPElliptic Curve Cryptography to OpenPGP. However, these extensions are explicitly specified as "optional". An OpenPGP-compliant application is therefore not forced to implement these two extensions. The practical advantage of elliptic curve cryptography is the comparatively small key size for the same encryption strength.


External links