rewrite header and note on Usage and terminology

This commit is contained in:
Tammi L. Coles 2023-10-13 15:34:45 +02:00 committed by Heiko Schaefer
parent b33251aa31
commit bef3a69be9
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D

View file

@ -97,16 +97,14 @@ It's important to note that in many scenarios, only the public key is exposed or
The public component of an asymmetric key pair The public component of an asymmetric key pair
``` ```
### Public-key cryptography in OpenPGP ### Usage and terminology in OpenPGP
OpenPGP makes heavy use of public-key cryptography, both for encryption and signing operations. OpenPGP extensively uses public-key cryptography for encryption and digital signing operations.
```{admonition} Terminology ```{admonition} Terminology
:class: note :class: note
For historical reasons, the OpenPGP RFC and other documentation often use the non-standard term "secret key" instead of the more common "private key." OpenPGP documentation, including the foundational RFC, opts for the term "secret key" over the more commonly used "private key." As a result, you'll encounter the "public/secret key" pairing more frequently than "public/private key." But don't worry; "secret key" and "private key" serve the same purpose in cryptographic operations. This terminology reflects historical preferences in the OpenPGP community, not a difference in technology.
So in OpenPGP, the pair of terms "public/secret key" is sometimes used instead of the more common "public/private key."
``` ```
### Cryptographic digital signatures ### Cryptographic digital signatures