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

rpgpie-certificate-store

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

9 releases

0.2.0 Nov 18, 2024
0.1.0 Jun 18, 2024
0.0.7 Jun 8, 2024
0.0.6 May 4, 2024
0.0.1 Mar 26, 2024

#2371 in Cryptography

Download history 16/week @ 2024-09-16 20/week @ 2024-09-23 21/week @ 2024-09-30 160/week @ 2024-11-18 5/week @ 2024-11-25 7/week @ 2024-12-02

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

MIT/Apache

38KB
704 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

~58MB
~1M SLoC