mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-09 11:19:41 +02:00
"elements" is the term we've introduced to clearly encompass the combination of "components + assorted signatures"
This commit is contained in:
parent
1dc1a81474
commit
e4733eeb6c
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ The TSK format is particularly useful for backups of OpenPGP key material or tra
|
|||
Transferable secret keys are sometimes colloquially referred to as "OpenPGP private keys."
|
||||
```
|
||||
|
||||
Historically, the concept of TSKs, which combine all components of an OpenPGP certificate with the associated private key material, has sometimes been conflated with OpenPGP private key operations. However, it is more accurate to view TSKs as a specialized format for storage and transport, rather than as a data structure for use in a keystore. For further details, see {ref}`key-store-design`.
|
||||
Historically, the concept of TSKs, which combine all elements of an OpenPGP certificate with the associated private key material, has sometimes been conflated with OpenPGP private key operations. However, it is more accurate to view TSKs as a specialized format for storage and transport, rather than as a data structure for use in a keystore. For further details, see {ref}`key-store-design`.
|
||||
|
||||
(encrypted_secrets)=
|
||||
## Protecting keys with passphrases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue