#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

#2428 in Cryptography

Download history 12/week @ 2024-09-11 17/week @ 2024-09-18 16/week @ 2024-09-25 12/week @ 2024-10-02 123/week @ 2024-11-13 39/week @ 2024-11-20 4/week @ 2024-11-27 8/week @ 2024-12-04 13/week @ 2024-12-11

86 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