open-pgp

Crates.ioopen-pgp
lib.rsopen-pgp
version0.1.0
created_at2025-02-22 18:00:33.756664+00
updated_at2025-02-22 18:00:33.756664+00
descriptionImplementation of the IETF OpenPGP standard for secure communication and data encryption.
homepagehttps://github.com/khulnasoft-lab/open-pgp
repositoryhttps://github.com/khulnasoft-lab/open-pgp
max_upload_size
id1565615
size3,054
KhulnaSoft bot (khulnasoft-bot)

documentation

https://docs.rs/open-pgp

README

🔐 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

Commit count: 6

cargo fmt