clarify private vs secret in this document

This commit is contained in:
Tammi L. Coles 2023-10-13 15:54:55 +02:00 committed by Heiko Schaefer
parent d810608dc6
commit 5e6a857040
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D

View file

@ -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