mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-23 08:02:05 +01:00
Terminology fix
This commit is contained in:
parent
1dbe95cb1f
commit
77c901889b
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ The TSK format can be useful for backups of OpenPGP key material, or to move a k
|
||||||
See the chapter {ref}`zoom_private` for insights into the packet structure of a TSK.
|
See the chapter {ref}`zoom_private` for insights into the packet structure of a TSK.
|
||||||
|
|
||||||
(encrypted_secrets)=
|
(encrypted_secrets)=
|
||||||
## Protecting secret key material with a passphrase (using S2K)
|
## Protecting private key material with a passphrase (using S2K)
|
||||||
|
|
||||||
In OpenPGP format, private key material can be optionally protected with a [passphrase](https://en.wikipedia.org/wiki/Passphrase). This mechanism applies symmetric encryption to the private key data in component keys.
|
In OpenPGP format, private key material can be optionally protected with a [passphrase](https://en.wikipedia.org/wiki/Passphrase). This mechanism applies symmetric encryption to the private key data in component keys.
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@ OpenPGP defines a mechanism called [string-to-key (S2K)](https://www.ietf.org/ar
|
||||||
|
|
||||||
```{figure} diag/passphrase_using_S2K.png
|
```{figure} diag/passphrase_using_S2K.png
|
||||||
|
|
||||||
Transforming a passphrase to a symmetric key
|
Transforming a passphrase into a symmetric key
|
||||||
```
|
```
|
||||||
|
|
||||||
The private key material for individual component keys of one certificate can be encrypted with different mechanisms, and/or using different passphrases.
|
The private key material for individual component keys of one certificate can be encrypted with different mechanisms, and/or using different passphrases.
|
||||||
|
|
Loading…
Reference in a new issue