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

rpgpie-certificate-store

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

5 releases

new 0.0.5 Apr 29, 2024
0.0.4 Apr 25, 2024
0.0.3 Apr 14, 2024
0.0.2 Apr 10, 2024
0.0.1 Mar 26, 2024

#5 in #key-storage

Download history 193/week @ 2024-03-24 68/week @ 2024-03-31 158/week @ 2024-04-07 141/week @ 2024-04-14 186/week @ 2024-04-21

559 downloads per month

MIT/Apache

41KB
657 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