This commit is contained in:
Paul Schaub 2023-12-08 16:38:20 +01:00
parent 2543f32e40
commit 2b125d31a4
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -51,7 +51,7 @@ The typical combination of mechanisms for encryption in OpenPGP is a [hybrid cry
## Encapsulating session keys: PKESK, SKESK
"*ESK" (encrypted session-key) is a family of mechanisms for encapsulation of symmetric key material. It has two branches:
"*ESK" (encrypted session-key) packets are a family of mechanisms for encapsulation of symmetric key material. There are two branches:
- [PKESK](https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-12.html#name-public-key-encrypted-sessio): Uses asymmetric OpenPGP key material to protect a session key, and
- [SKESK](https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-12.html#name-symmetric-key-encrypted-ses): Uses passphrases to protect the symmetric key material, instead of OpenPGP asymmetric key material (this is less commonly used).