#pgp #encryption #signing

open-pgp

Implementation of the IETF OpenPGP standard for secure communication and data encryption

1 unstable release

0.1.0 Feb 22, 2025

#14 in #signing

21 downloads per month

LGPL-2.0-or-later

3KB

🔐 Open-PGP

OpenPGP is a widely-used, open standard for secure communication and data encryption.
It provides a robust framework for:

Encryption – Protect your messages and files from unauthorized access.
Digital Signatures – Verify authenticity and integrity.
Key Management – Securely handle cryptographic keys.


📖 About

This crate does not implement the OpenPGP standard itself. Instead, it acts as a meta-crate, linking to existing Rust implementations in alphabetical order.


⚡ Implementations

🔹 pgp (Ensure the link is correct)


🔗 Learn More
📜 OpenPGP Standard (RFC 4880)
🦀 Rust OpenPGP Ecosystem

No runtime deps