#certificate #openpgp #key-storage #sqlite #search #store #public-key

rpgpie-certificate-store

Certificate store for rpgpie, based on openpgp-cert-d

6 releases

new 0.0.6 May 4, 2024
0.0.5 Apr 29, 2024
0.0.1 Mar 26, 2024

#1830 in Cryptography

Download history 184/week @ 2024-03-22 72/week @ 2024-03-29 145/week @ 2024-04-05 153/week @ 2024-04-12 149/week @ 2024-04-19 252/week @ 2024-04-26

703 downloads per month
Used in openpgp-card-tool-git

MIT/Apache

42KB
699 lines

rpgpie-certificate-store

An OpenPGP certificate (public key) storage and retrieval mechanism for use with rpgpie 🦀️🔐🥧 and rPGP.

Based on the openpgp-cert-d generic OpenPGP certificate store.

This crate uses an SQLite cache for efficient search in a cert-d, including by subkey fingerprint.


lib.rs:

Access layer for access to a Shared OpenPGP Certificate Directory with rpgpie 🦀️🔐🥧. This crate offers various modes of certificate lookup, including search by subkey fingerprint, as well as by user id.

The index for this crate is stored in a crate-specific sqlite database.

Dependencies

~61MB
~1M SLoC