#openpgp #openpgp-card #back-end #pcsc #pc-sc #card-transactions #card-backend

openpgp-card-pcsc

PCSC OpenPGP card backend, for use with the openpgp-card crate

10 releases

0.3.1 May 1, 2023
0.3.0 Oct 1, 2022
0.2.2 Sep 28, 2022
0.2.1 Mar 22, 2022
0.0.5 Oct 29, 2021

#13 in #openpgp-card

Download history 37/week @ 2024-08-26 12/week @ 2024-09-02 15/week @ 2024-09-09 9/week @ 2024-09-16 53/week @ 2024-09-23 31/week @ 2024-09-30 1/week @ 2024-10-07 33/week @ 2024-10-14 25/week @ 2024-10-21 10/week @ 2024-10-28 20/week @ 2024-11-04 5/week @ 2024-11-11 8/week @ 2024-11-18 31/week @ 2024-11-25 23/week @ 2024-12-02 56/week @ 2024-12-09

120 downloads per month
Used in 6 crates (4 directly)

MIT/Apache

320KB
6.5K SLoC

PC/SC client for the openpgp-card library

This crate provides PcscBackend and PcscTransaction, which are implementations of the CardBackend and CardTransactions traits from the openpgp-card crate.

This implementation uses the pcsc Rust wrapper crate to access OpenPGP cards.

Documentation

PC/SC is a standard for interaction with smartcards and readers.

The workgroup publishes an overview and a set of documents detailing the standard.

The pcsc-lite implementation is used on many free software systems (API documentation for pcsc-lite).

Microsoft documentation about their implementation of PC/SC.

Dependencies

~2.3–3.5MB
~60K SLoC