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

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

#10 in #openpgp-card

Download history 54/week @ 2024-03-11 41/week @ 2024-03-18 39/week @ 2024-03-25 75/week @ 2024-04-01 25/week @ 2024-04-08 38/week @ 2024-04-15 29/week @ 2024-04-22 25/week @ 2024-04-29 13/week @ 2024-05-06 20/week @ 2024-05-13 38/week @ 2024-05-20 16/week @ 2024-05-27 19/week @ 2024-06-03 31/week @ 2024-06-10 48/week @ 2024-06-17 27/week @ 2024-06-24

126 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.4–3.5MB
~62K SLoC