openpgp-card/pcsc
Heiko Schaefer 87a9f4f216
bump backend versions
card-backend to 0.2.0,
pcsc and scdc to 0.5.0
2023-09-06 01:16:32 +02:00
..
src backend: add CardBackend::limit_card_caps 2023-09-06 01:16:32 +02:00
Cargo.toml bump backend versions 2023-09-06 01:16:32 +02:00
README.md Move backend traits to new card-backend crate 2023-08-27 22:24:16 +02:00

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.