mirror of
https://github.com/estkme-group/lpac
synced 2025-10-06 01:50:31 +02:00
868 B
868 B
PC/SC APDU Backend
PC/SC (Personal Computer/Smart Card) is a standard for smart card integration with computers. It provides a framework for communication between smart cards and applications, allowing for secure authentication and data exchange
Environment Variables
LPAC_APDU_PCSC_DRV_IFID
: specify which PC/SC interface index will be used by PC/SC APDU backend.
(integer, default: none, interface index starts from0
)LPAC_APDU_PCSC_DRV_NAME
: specify which PC/SC interface name will be used by PC/SC APDU backend.
(string, default: none, for example:ESTKme-RED
)LPAC_APDU_PCSC_DRV_IGNORE_NAME
: specify which PC/SC interface names will be ignored by PC/SC APDU backend.
(string, use semicolon (;
) split, substring match, for example:Yubico;Canokeys
).