mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-23 16:12:05 +01:00
remove asysmmetric explainer, evaluate for ch3
This commit is contained in:
parent
b353129bcc
commit
6f179d2c07
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ The term "(cryptographic) keys" is central to grasping the concept of OpenPGP ce
|
||||||
|
|
||||||
### Public vs. private keys
|
### Public vs. private keys
|
||||||
|
|
||||||
The term "key," without additional context, can refer to either public or private asymmetric key material. In asymmetric cryptography, fundamental to the OpenPGP standard, a pair of keys is used: a public key for encryption and a corresponding private key for decryption. The public key is shared openly, allowing others to encrypt data meant for the individual who owns the key pair, while the private key is kept confidential by the key pair owner, ensuring only they can decrypt and access the encrypted data. Additionally, symmetric keys may be used in OpenPGP to encrypt private key material, adding a layer of security and complexity.
|
The term "key," without additional context, can refer to either public or private asymmetric key material. Additionally, symmetric keys may be used in OpenPGP to encrypt private key material, adding a layer of security and complexity.
|
||||||
|
|
||||||
### Layers of keys in OpenPGP
|
### Layers of keys in OpenPGP
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue