From 9ff8b69cb79e3b129c046c6211c269e7b968edf4 Mon Sep 17 00:00:00 2001 From: "Tammi L. Coles" Date: Sat, 7 Oct 2023 13:16:59 +0200 Subject: [PATCH] move high-level operations to Ch1 --- book/source/02-highlevel.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/book/source/02-highlevel.md b/book/source/02-highlevel.md index 2ba79c4..6be9835 100644 --- a/book/source/02-highlevel.md +++ b/book/source/02-highlevel.md @@ -113,14 +113,6 @@ For detailed information on structure and handling, read our chapters on OpenPGP Beyond the basics, managing certificates, as well as understanding their authentication and trust models, are crucial topics. Though this document will only briefly touch on these aspects, they constitute an integral part of working with OpenPGP. -### High-Level operations - -With OpenPGP it's possible to: - -- [Encrypt](encryption_chapter) and [Decrypt](decryption_chapter) Messages -- [Sign](signing_data) and [Verify](verification_chapter) Data -- [Issue and examine Statements](certifications_chapter) about Keys and Identities (to perform CA-like functionality) - ### Building blocks To perform these high-level operations, a set of [established cryptographic mechanisms](cyrptography_chapter) are used as building blocks, and combined into OpenPGP's format, which additionally deals with identities and their verification.