mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-10 19:59:40 +02:00
ch4: add a note that the example key isn't password protected
Add link to ch5 for discussion of encrypted private key material.
This commit is contained in:
parent
134407ee2f
commit
a1fe545e88
2 changed files with 13 additions and 0 deletions
|
@ -306,6 +306,9 @@ Now that we've established the concepts of the components that OpenPGP certifica
|
|||
|
||||
We'll start with a very minimal version of [](alice_priv), stored as a *transferable secret key* ([RFC 10.2.](https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-10.html#transferable-secret-keys)) (that is, including private key material).
|
||||
|
||||
Note that the secret key material we're using in this chapter is not password protected. To learn more about encrypting private key material with passwords in OpenPGP, see
|
||||
{numref}`encrypted_secrets`.
|
||||
|
||||
In this section, we use the Sequoia-PGP tool `sq` to handle and transform our example OpenPGP key, and to inspect internal OpenPGP packet data.
|
||||
|
||||
One way to produce this minimal version of Alice's key is:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue