From e4733eeb6c532c373d3cbcb6ecb4207ebde0033e Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Thu, 30 Nov 2023 22:44:37 +0100 Subject: [PATCH] "elements" is the term we've introduced to clearly encompass the combination of "components + assorted signatures" --- book/source/05-private.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/source/05-private.md b/book/source/05-private.md index 305255b..f4a97b7 100644 --- a/book/source/05-private.md +++ b/book/source/05-private.md @@ -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