#openpgp-card #pcsc #pgp #back-end #traits

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 #pcsc

Download history 12/week @ 2025-12-25 18/week @ 2026-01-01 12/week @ 2026-01-15 16/week @ 2026-01-22 18/week @ 2026-01-29 13/week @ 2026-02-05 22/week @ 2026-02-19 6/week @ 2026-02-26 30/week @ 2026-03-05 47/week @ 2026-03-12 40/week @ 2026-03-19 25/week @ 2026-03-26 45/week @ 2026-04-02 23/week @ 2026-04-09

137 downloads per month
Used in 7 crates (5 directly)

MIT/Apache

28KB
426 lines

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