sequoia-gpg-agent

Crates.iosequoia-gpg-agent
lib.rssequoia-gpg-agent
version0.3.1
sourcesrc
created_at2024-03-04 16:23:45.187645
updated_at2024-04-09 12:59:00.980631
descriptionA library for interacting with GnuPG's gpg-agent
homepagehttps://sequoia-pgp.org/
repositoryhttps://gitlab.com/sequoia-pgp/sequoia-gpg-agent
max_upload_size
id1162063
size243,584
Justus Winter (teythoon)

documentation

https://docs.rs/sequoia-gpg-agent

README

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.

Commit count: 65

cargo fmt