-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement PC/SC retrieval of PICC UID
The recommended way for PC/SC to determine whether the card is contactless is to check for the artificial ATR that PC/SC creates for contactless cards and then to attempt retrieval of the PICC UID. The primary purpose of this change is to reject contactless cards for now to avoid decoding their artificial ATRs. Eventually this project will grow to support contactless cards and implement further PC/SC contactless functionality.
- Loading branch information
Showing
3 changed files
with
151 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters