mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-10 19:59:40 +02:00
write ch10
This commit is contained in:
parent
0ca7a85122
commit
45dfc63639
1 changed files with 6 additions and 2 deletions
|
@ -68,13 +68,17 @@ Version 1 SEIPD can only be combined with either [version 3 PKESK](https://www.i
|
||||||
|
|
||||||
When communicating with a mix of recipients, some of whose OpenPGP software only supports OpenPGP version 4, then this mechanism must be used.
|
When communicating with a mix of recipients, some of whose OpenPGP software only supports OpenPGP version 4, then this mechanism must be used.
|
||||||
|
|
||||||
## Handling session keys with *ESK packets
|
## Handling encrypted session keys: PKESK, SKESK
|
||||||
|
|
||||||
"ESK" is a family of mechanisms for dealing with symmetric key material. It has two branches:
|
"*ESK" is a family of mechanisms for dealing with symmetric key material. It has 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
|
- [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).
|
- [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).
|
||||||
|
|
||||||
|
### PKESK: Session key encrypted to an asymmetric OpenPGP key
|
||||||
|
|
||||||
|
### SKESK: Session key encrypted to a passphrase
|
||||||
|
|
||||||
## Advanced topics
|
## Advanced topics
|
||||||
|
|
||||||
### Encrypt for multiple/single subkey per certificate?
|
### Encrypt for multiple/single subkey per certificate?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue