I recently began to use a PCSC reader with ISO-14443 cards. I'm just looking for a way to tell what type of card has been inserted in my reader. Is there a specific command that I could use ? For example, how can I tell if a MIFARE DESFire card has been inserted ? I'm using java, with a ACR122U reader. Thanks !
Finding info (manufacturer, card type...) about a ISO-14443 card with PCSC reader
301 Views Asked by BastouP411 At
1
There are 1 best solutions below
Related Questions in JAVA
- Add image to JCheckBoxMenuItem
- How to access invisible Unordered List element with Selenium WebDriver using Java
- Inheritance in Java, apparent type vs actual type
- Java catch the ball Game
- Access objects variable & method by name
- GridBagLayout is displaying JTextField and JTextArea as short, vertical lines
- Perform a task each interval
- Compound classes stored in an array are not accessible in selenium java
- How to avoid concurrent access to a resource?
- Why does processing goes slower on implementing try catch block in java?
- Redirect inside java interceptor
- Push toolbar content below statusbar
- Animation in Java on top of JPanel
- JPA - How to query with a LIKE operator in combination with an AttributeConverter
- Java Assign a Value to an array cell
Related Questions in SMARTCARD
- How to validate a Smart/CAC card using input from Precise Biometrics Tactivo
- Java Card applet EEPROM vs RAM testing
- ISO/IEC 7816 commands over CCID
- C on smartcards
- Is smartcard logon in windows bound to minidrivers and MS base CSP or any CSP will work?
- number value to byte[6] array card reader
- Using A3 certificate with a Service
- How do I interpret the response from GET PROCESSING OPTIONS?
- javax.smartcardio case 4 APDU vanishing - 6700 response - warning
- Determine Facility Code and Card Number from ATR in C#
- Android - Usb CCID large data
- Create Sharepoint connector to apply Digital Signature using Smartcards or USB Tokens?
- Read serial from smartcard with javax.smartcardio
- How to use SCARD_CTL_CODE under linux?
- java pkcs11 slot detection issue with OpenSC if smartcard is removed and inserted again
Related Questions in APDU
- Recovering an ECPublicKey from JavaCard to Java
- Recovering an ECPublicKey from Java to JavaCard
- How to send a data array to my Applet and manipulation it by Applet and return new data in response apdu?
- APDU via USB Connection
- How do I interpret the response from GET PROCESSING OPTIONS?
- javax.smartcardio case 4 APDU vanishing - 6700 response - warning
- Read serial from smartcard with javax.smartcardio
- ACR35: APDU command select file returns status 6A 82 (file not found)
- pcsc-sharp Mifare Authentication
- How to get further data from JavaCard after 0x6310 status?
- Why is my HCE app not getting to my HCEservice?
- Card Emulation, RC522 and Nexus 4's NFC UID
- Test a HostApduService with Robolectric
- Extended APDU in NetBeans Emulator not being parsed
- Type B NFC Chip in US Passport MRTD
Related Questions in MIFARE
- authentication error in mifare plus card using nxp sdk advanced
- Reading NFC Tag gets null UID
- Configure MIFARE DESFire EV1 as NFC Forum Type 4 Tag for NDEF
- Mifare Desfire symmetric authentication with master key on android
- Check and remove write protection on Mifare NTAG216?
- re-writing uid and block 0 on Chinese (supposed to be writable) MIFARE 1K card in python
- How to calculate IV on AuthenticateISO on DESFire EV1
- ACR35: APDU command select file returns status 6A 82 (file not found)
- Authentication Error: DESfire against SAM with 3DES algorithm
- pcsc-sharp Mifare Authentication
- mifare classic AuthenticateKeyNo() getting a error "Reference key not useable"
- Is the UID on mifare classic read only?
- Mifare Desfire EV1 Authentication
- How to do authentication for MIFARE Ultralight C on Android
- Communicate with ISO/IEC14443-3a (Layer3 exchange) for NFC exchange Mifare Plus card
Related Questions in PCSC
- Android - Usb CCID large data
- How to use SCARD_CTL_CODE under linux?
- Using javax.smartcardio from a servlet
- ISO 15693: read multiple security blocks
- How to Configure the PCSCD for SmartCard
- Static library for Mac OS
- C# SCardControl return code 1
- APDU FF 88 00 gives incorrect length
- Can't select AID Card Manager when testing to send APDU
- Reading/Writing the raw data of the MIFARE DESFire EV2 cards connected from ACR1252U
- Smart Card development- Class not supported error
- How do I get all the smart card readers on my system via WMI?
- How are PCSC smart card reader 'friendly names' constructed?
- Problem with Big Sur 11.0.1 and PC/SC library
- Where can I find CVK (Card Verification Key) on EMV card?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
ISO 14443-cards cover such a wide spectrum, that this is is extremely dependent on what you have. UID may be randomized, and so does not help. If the reader does not provide some diagnostics, see commented manual, you are on your own.
In practical applications this is no issue; the approach "Give me whatever card you like and I'll do something with it" rarely occurs, since recognition of the card type is by miles insufficient to handle a card, which requires authentication.