From 7822af768a101215da2a46eac2b1a48681a6a766 Mon Sep 17 00:00:00 2001 From: "Tammi L. Coles" Date: Tue, 28 Nov 2023 21:19:01 +0100 Subject: [PATCH] correct commit 86d2be1a85 --- book/source/02-highlevel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/source/02-highlevel.md b/book/source/02-highlevel.md index 9572826..f22145b 100644 --- a/book/source/02-highlevel.md +++ b/book/source/02-highlevel.md @@ -7,7 +7,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 ## Why OpenPGP? -OpenPGP is a widely recognized, IETF-standardized set of cryptographic operations. It is broadly used in securing communications like encrypted messages and email, as well as the integrity of software packages in most Linux distributions, and enjoys a vast ecosystem of libraries, tools, and community support forums. Moreover, its robustness and versatility has made OpenPGP a security choice for other use cases in which encryption and integrity are important. These include file transfer applications, password managers, secure data storage, and signing source code in git repositories. +OpenPGP is a widely recognized, IETF-standardized set of cryptographic operations. It is broadly used in securing communications, like encrypted messages and email, and ensuring the integrity of software packages in most Linux distributions. It enjoys a vast ecosystem of libraries, tools, and community support forums. Moreover, its robustness and versatility have made OpenPGP a security choice for other use cases in which encryption and integrity are important. These include file transfer applications, password managers, secure data storage, and signing source code in git repositories. There are other compelling reasons for why you might consider using OpenPGP in your project: