From 1ec7d9a2eab7d7b51c39cddd80e0c1f0b98dbd71 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Fri, 3 Nov 2023 15:59:50 +0100 Subject: [PATCH] David points out that "magic" can be read as intimidating. Like a topic is very hard to understand, or only accessible to wizards. --- book/source/06-signatures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/source/06-signatures.md b/book/source/06-signatures.md index a830a9b..04a7348 100644 --- a/book/source/06-signatures.md +++ b/book/source/06-signatures.md @@ -5,7 +5,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 # OpenPGP Signatures -Signatures make up the magic of OpenPGP. They act as the syntax that allows forming and interpreting rich statements about certificates and their components, as well as data. +Signatures are perhaps the single most central mechanism in OpenPGP. They act as the syntax that allows forming and interpreting rich statements about certificates and their components, as well as data. Without signatures, there would only be loose keys, impossible to associate with a certificate, or their owner. Signatures are the glue that allows for components (component keys and identity components) to be assembled into hierarchical certificates, and for messages to gain authenticity.