Registry / crypto / pgp
library0.19.0rscratesunverified

An OpenPGP implementation in Rust for encrypting, signing, and verifying data.

# Cargo.toml [dependencies] pgp = "0.19.0"
INSTALL
IMPORT
SIG · PGP
P
pgp
cryptorustv0.19.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SignedPublicKey
use pgp::SignedPublicKey;

Creates a default PGP public key.

use pgp::SignedPublicKey; fn main() { let key = SignedPublicKey::default(); println!("PGP key created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.19.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Amazon
1
Resources
pgp — cargo add pgp · libregistry