#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

#8 in #openpgp-card

Download history 17/week @ 2023-12-18 12/week @ 2023-12-25 22/week @ 2024-01-08 25/week @ 2024-01-22 13/week @ 2024-01-29 6/week @ 2024-02-05 10/week @ 2024-02-12 28/week @ 2024-02-19 54/week @ 2024-02-26 43/week @ 2024-03-04 54/week @ 2024-03-11 41/week @ 2024-03-18 39/week @ 2024-03-25 239/week @ 2024-04-01

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

MIT/Apache

315KB
6K 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
~61K SLoC