Crates.io | sequoia-keystore-openpgp-card |
lib.rs | sequoia-keystore-openpgp-card |
version | 0.1.0 |
source | src |
created_at | 2024-08-27 17:35:11.408412 |
updated_at | 2024-08-27 17:35:11.408412 |
description | An OpenPGP card backend for Sequoia's private key store. |
homepage | https://sequoia-pgp.org/ |
repository | https://gitlab.com/sequoia-pgp/sequoia-keystore |
max_upload_size | |
id | 1353654 |
size | 65,275 |
An openpgp card backend for Sequoia's private key store.
The sequoia-keystore
crate implements a server that manages secret
keys. Secret key material can be stored in files, on hardware devices
like smartcards, or accessed via the network. sequoia-keystore
doesn't implement these access methods. This is taken care of by
various backends.
This crate includes a backend that exposes the secret keys managed by
OpenPGP cards. It uses PCSC in order to access the cards. On Linux
distributions, this means that you'll need to install a PCSC service
like PC/CS Lite. On Debian this is provided by the pcscd
package.