mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-23 16:12:05 +01:00
rewrite header and note on Usage and terminology
This commit is contained in:
parent
b33251aa31
commit
bef3a69be9
1 changed files with 3 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue