Questions tagged [contactless-smartcard]

A contactless smartcard is a smartcard with a contactless communication interface in addition to or instead of a contact smartcard interface. Contactless smartcards are often used for ID documents and contactless payment cards (e.g. employee ID badges, electronic passports and ID cards and contactless credit/debit cards).

A contactless smartcard is a with a contactless communication interface in addition to or instead of a contact smartcard interface. Usually, the term "contactless smartcard" refers to a contactless transponder that adheres to the smartcard communication protocol standardized in ISO/IEC 7816-4 and that has a radio frequency interface according to ISO/IEC 14443. However, chip manufacturers sometimes also use the term "contactless smartcard" for contactless memory cards that have additional cryptographic and/or access control logic.

326 questions
-1
votes
1 answer

Unknown Reader in SCardGetStatusChange Winscard

I am new to.net and I would like to identify if card is detected or removed using winscard's SCardGetStatusChange. But it is returning retcode = -2146435063 which when converted to Hex would give me 0x80100009 = SCARD_E_UNKNOWN_READER. I just based…
-1
votes
1 answer

MIFARE DESFire EV1 authentication and MAC

When sending the FormatPICC command to a MIFARE DESFire EV1 card, I observe the following behavior: PCD ---> PICC -------------- 0xFC ---> <--- 0x00 or 0x00 + MAC or ERROR CODE If authenticated with the command 0x0A (legacy…
-1
votes
1 answer

Error "Malformed content." in Signature Verification

I want to verify my signature . my signature is a byte array. I use spongy castle I get error "org.spongycastle.cms.CMSException: Malformed content." this is my code: String base64 = Base64.toBase64String(signedchallenge); CMSSignedData cms =…
-1
votes
1 answer

I got '67 00' error when I create value file for DESFire

I'm working with DESFire cards and I now want create a value file in my application (app has ID 00 00 01). I successfully selected my app with the given ID and then send my command for creating the value file to the isodep.transceive method. My…
setare ab
  • 183
  • 1
  • 12
-1
votes
1 answer

How to open EF.IO_CONFIG file on Smartcard

I am trying to read the content of EF.IO_CONFIG file on my CIPURSE SmartCard. While there is no literature on the web on how can I do that, I am trying my luck with asking it here. Is that even possible ? If yes, what software should I use ? I…
David Kasabji
  • 1,049
  • 3
  • 15
  • 32
-1
votes
2 answers

SmartMX Hybrid Card - How to access MIFARE Classic

I have a bunch of hybrid smart cards with SmartMX chip (smartmx-m3b.03.d3-NX212A to be exact), which contain a MIFARE Classic 4k. I have been trying to access the MIFARE portion of the cards, and while doing so on Android is rather trivial task of…
iMan Biglari
  • 4,674
  • 1
  • 38
  • 83
-2
votes
1 answer

How to restart transaction from the beginning in emv transaction

I want to know that is there any specific command available by using which I can send the terminal a command and the terminal will start to communicate with the android device from the beginning of the transaction. Suppose, terminal is sending me…
faysal
  • 162
  • 2
  • 14
-2
votes
2 answers

Make SLE 5542 Smart Cards Read Only After Binary Write Using APDU

Excited to ask my first question over here... so here goes.. I am Currently working with the Composite Smart Cards (one with both the NFC MIFARE 1k And Chip Encode ) SLE 5542, So far i have managed to perform the following task with the…
-2
votes
1 answer

How to get apdu command logs from ingenico device in c?

I am working on Ingedev to implement a Telium application in C. How can I read the Application Protocol Data Unit (APDU) from a contactless EMV card transaction with an Ingenico device? Can the APDU be retrieved from the TLV tree data exchanged…
K J Gor
  • 750
  • 5
  • 17
-2
votes
2 answers

Desfire EV1 Card has the following data 1A3D803DC0, but outputs 3D803DC0. What format is this?

A Desfire EV1 card outputs the following data over weigand. 3D803DC0. However when I took a look at the Desfire Card, I can see that the data in the file was 1A3D803DC0. Which is the length byte followed by data. I assumed that it is similar to HID…
-3
votes
1 answer

Can I access a device using Android HCE from a device running Android 4.3 (or below)?

I have developed an app that emulates a contactless smartcard using Android HCE and an app that accesses (reads) this emulated card. Both run on Android 4.4 (KitKat) and above. No I would like to develop the reader-side for devices that run Android…
1 2 3
21
22