This commit is contained in:
Tammi L. Coles 2023-11-28 21:19:01 +01:00
parent 899b9b0907
commit 7822af768a

View file

@ -7,7 +7,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0
## Why OpenPGP? ## 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: There are other compelling reasons for why you might consider using OpenPGP in your project: