Crates.io | sequoia-gpg-agent |
lib.rs | sequoia-gpg-agent |
version | 0.4.2 |
source | src |
created_at | 2024-03-04 16:23:45.187645 |
updated_at | 2024-06-20 08:13:45.326808 |
description | A library for interacting with GnuPG's gpg-agent |
homepage | https://sequoia-pgp.org/ |
repository | https://gitlab.com/sequoia-pgp/sequoia-gpg-agent |
max_upload_size | |
id | 1162063 |
size | 409,363 |
This crate includes functionality for interacting with GnuPG's
gpg-agent
.
gpg-agent
is a secret key store, which is shipped as part of GnuPG.
It is used to manage secret key material, and hardware devices that
contain secret key material. It provides an RPC interface using the
Assuan protocol.
This is how gpg
, GnuPG's primary command-line interface,
communicates with it.
This crate provides a Rust API for interacting with gpg-agent
.
Note: this crate communicates directly with gpg-agent
; it does not
go via gpg
.