mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-09 11:19:41 +02:00
clarify private vs secret in this document
This commit is contained in:
parent
97b8b2b067
commit
f747e12706
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ OpenPGP extensively uses public-key cryptography for encryption and digital sign
|
|||
|
||||
OpenPGP documentation, including the foundational RFC, opts for the term "secret key" over the more widely accepted "private key." As a result, in the RFC, you'll encounter the "public/secret key" pairing more frequently than "public/private key." This terminology reflects historical developments in the OpenPGP community, not a difference in technology.
|
||||
|
||||
While "secret key" and "private key" serve the same purpose in cryptographic operations, this document will use the more common "public/private" terminology for clarity and consistency with broader cryptographic discussions.
|
||||
While "secret key" (as used in the OpenPGP RFC) and "private key" serve the same purpose in cryptographic operations, this document will use the more common "public/private" terminology for clarity and consistency with broader cryptographic discussions.
|
||||
```
|
||||
|
||||
### Cryptographic digital signatures
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue