| Crates.io | open-pgp |
| lib.rs | open-pgp |
| version | 0.1.0 |
| created_at | 2025-02-22 18:00:33.756664+00 |
| updated_at | 2025-02-22 18:00:33.756664+00 |
| description | Implementation of the IETF OpenPGP standard for secure communication and data encryption. |
| homepage | https://github.com/khulnasoft-lab/open-pgp |
| repository | https://github.com/khulnasoft-lab/open-pgp |
| max_upload_size | |
| id | 1565615 |
| size | 3,054 |
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.
This crate does not implement the OpenPGP standard itself. Instead, it acts as a meta-crate, linking to existing Rust implementations in alphabetical order.
🔹 pgp (Ensure the link is correct)
🔗 Learn More
📜 OpenPGP Standard (RFC 4880)
🦀 Rust OpenPGP Ecosystem