#openpgp-card #pcsc #back-end #smart #access #pcsc-transaction #pcsc-backend

card-backend-pcsc

PCSC card backend, e.g. for use with the openpgp-card crate

2 unstable releases

0.5.0 Sep 5, 2023
0.4.0 Aug 28, 2023

#11 in #openpgp-card

Download history 199/week @ 2024-07-27 110/week @ 2024-08-03 99/week @ 2024-08-10 62/week @ 2024-08-17 300/week @ 2024-08-24 207/week @ 2024-08-31 92/week @ 2024-09-07 245/week @ 2024-09-14 155/week @ 2024-09-21 89/week @ 2024-09-28 46/week @ 2024-10-05 227/week @ 2024-10-12 184/week @ 2024-10-19 65/week @ 2024-10-26 118/week @ 2024-11-02 70/week @ 2024-11-09

453 downloads per month
Used in 13 crates (9 directly)

MIT/Apache

32KB
459 lines

PC/SC based smart card backend

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

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

Mainly intended for use with the openpgp-card library.

Documentation on PC/SC

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

~0.5–1MB
~23K SLoC