open-pgp 0.1.0

Implementation of the IETF OpenPGP standard for secure communication and data encryption.
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 2.53 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 961.25 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • khulnasoft-bot

🔐 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