mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-26 09:32:06 +01:00
re-instate section structure
This commit is contained in:
parent
4f179701e3
commit
8431dd8e1d
1 changed files with 3 additions and 1 deletions
|
@ -133,8 +133,10 @@ Digital signatures in OpenPGP are used in two primary contexts:
|
|||
- [Signatures on components](component_signatures_chapter)
|
||||
|
||||
(hybrid_cryptosystems)=
|
||||
## Hybrid cryptosystems in OpenPGP
|
||||
## Hybrid cryptosystems
|
||||
|
||||
[Hybrid cryptosystems](https://en.wikipedia.org/wiki/Hybrid_cryptosystem) combine the use of symmetric and asymmetric (public-key) cryptography to capitalize on the strengths of each, namely symmetric cryptography's speed and efficiency and public-key cryptography's mechanism for secure key exchange.
|
||||
|
||||
### Usage and terminology in OpenPGP
|
||||
|
||||
OpenPGP uses a hybrid cryptosystem for encryption. This approach involves generating unique shared secrets, known as "session keys," for each session. For detailed information on this topic, please refer to the chapters {ref}`encryption_chapter` and {ref}`decryption_chapter`.
|
||||
|
|
Loading…
Reference in a new issue