#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

#12 in #openpgp-card

Download history 81/week @ 2024-09-27 55/week @ 2024-10-04 222/week @ 2024-10-11 127/week @ 2024-10-18 123/week @ 2024-10-25 121/week @ 2024-11-01 74/week @ 2024-11-08 135/week @ 2024-11-15 188/week @ 2024-11-22 90/week @ 2024-11-29 82/week @ 2024-12-06 85/week @ 2024-12-13 88/week @ 2024-12-20 34/week @ 2024-12-27 42/week @ 2025-01-03 253/week @ 2025-01-10

428 downloads per month
Used in 11 crates (10 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