apdu Questions

3

Solved

Is it possible for an Android application to send a previously stored RFID card ID to a NFC reader? The aim would be to use an Android device to enable access to a room instead of a physical RFID c...
Tol asked 28/11, 2012 at 17:2

2

Solved

I am struggle to understand what protocol I have to use to communicate with the card T0 or T1? So, correct me if I am wrong, but the reader actually decides by itself what protocol to use to commun...
Philomel asked 1/5, 2015 at 19:13

2

Solved

I would like to send a response APDU containing a response data field as well as a status word that is not 0x9000. Considering my understanding of ISO 7816-4 this should be possible in general. Ho...
Herr asked 29/11, 2013 at 13:19

2

I'm trying to authenticate a Mifare Ultralight C (ISO/IEC 14443-2 and 14443-3 type A compatible) tag. I send the authentication command with the MifareUltralight.transceive() function provided in ...
Wain asked 12/3, 2012 at 15:37

3

Solved

What is the recommended data field size in a Java Card APDU ? From Zhiqun Chen's Java Card Technology for Smart Cards: Architecture and Programmer's Guide book, it mentions that Le field allows a m...
Dade asked 7/10, 2015 at 14:27

2

Solved

I was reading information on this link in regards to signing an application with carrier privileges. I am aware of how to sign an application using a keystore for production releases, but how do I...
Spillage asked 5/11, 2015 at 17:48

4

I'm trying to send APDU commands to the card reader itself instead of the Smart Card. The test command I'm using turns the RF field on and off. This commands sends over SCardTransmit if I first co...
Miniskirt asked 16/2, 2015 at 10:53

2

Solved

Preface: I have a dual interface smart card reader that has some extended capabilities (other than sending APDU commands to card and receiving APDU responses). For example in its document it is m...
Expense asked 14/2, 2016 at 8:4

1

So I have a smart card provided by the company which looks like a credit card with a chip. This card logins on a website after the card is inserted into the card reader. Now I have to write a prog...
Handsome asked 7/2, 2020 at 11:46

3

Solved

I developed a Java Card applet in Eclipse and obtained a cap file. Then i used jcManager – Java Secure Card Manager to load that file to my smart cards. I have two type of smart cards: Contact, ...
Guillermoguilloche asked 26/6, 2013 at 14:10

2

Solved

I am working on an Application using the IsoDep Tag Tech to issue APDU commands to an NFC enabled card. UPDATE: So the issues seen below seem related to the power requirements of the cards I am us...
Interrogator asked 21/6, 2011 at 22:30

5

Which APDU command gets 7 bytes of the card ID? I use T=CL (ISO7816) protocol with ISO14443 layer. On detect card I can see only 4 bytes of the card ID. I found that this should be the APDU command...
Charades asked 1/3, 2012 at 10:39

3

Solved

We developed a prototype board with a microcontroller, which can communicate with a SmartCard (It can read the ATR, issue and read responses to APDU commands, etc).Now I want to use this hardware w...
Samhita asked 26/3, 2013 at 16:41

1

GPO Command is defined like this as an APDU command: CLA INS P1 P2 Lc Data Le 80 A8 00 00 Lc Data 00 So the missing parts is Lc & Data which we have to compute from the PDOL (if it is given). ...
Gwenngwenneth asked 25/3, 2019 at 12:21

0

I am a beginner programmer and have problem about sending CCID Command to the Smart Card via Usb Host on Android mobile device. This time I sent PC_to_RDR_IccPowerOn CCID command PC_to_RDR_IccPower...
Find asked 29/11, 2018 at 11:41

3

Solved

I'm currently working on my diploma work. Part of the work includes development of JavaCard applet for regular SIM cards. First option is to use JavaCard2.X API and use APDU commands to communicate...
Swound asked 3/3, 2012 at 14:22

1

I have tachograph company card which is used to get the client authenticated before allowing him to download the data of the tachograph by the remote download. The used APDU command in my code belo...
Animalism asked 15/7, 2017 at 10:28

1

Solved

I have an ACR122U NFC reader/writer connected to my Windows machine with ACR122 driver installed. I try to use javax.smartcardio API to send an SELECT (by AID) ADPU to my Android device (which sho...
Groat asked 13/5, 2018 at 13:47

0

See NFC reader "SELECT (by AID)" APDU is not routed to Android device on debugging and eventual results. TL;DR the reader might simply be defunct. I have ACR122U nfc reader. I try to r...
Prawn asked 14/5, 2018 at 19:59

0

See NFC reader "SELECT (by AID)" APDU is not routed to Android device on debugging and eventual results. TL;DR the reader might simply be defunct. I have ACR122U reader connected to my...
Lagena asked 11/5, 2018 at 14:51

3

Solved

I'm working on a C platform and I want to read the AFL of a card. If the previous command, select of the AID, don't give me a PDOL tag, it's ok: I can read the AFL without issues. But I need to wri...
Gasaway asked 9/5, 2018 at 8:56

0

I'm trying to write a web application which needs to exchange messages with a local Smart Card. Currently I'm trying to use WebUSB API to connect the Chrome with the smart card reader, but I...
Preamble asked 9/4, 2018 at 18:42

1

I am facing a very strange problem with MIFARE DESFire. When I write small amounts of data (e.g. 11 bytes), the write operation succeeds. However, when I try to write e.g. 50 byte, the response is ...
Fromma asked 12/1, 2018 at 6:36

2

Solved

I have succesfully retrieved the CVM List from EMV card. 0000 0000 0000 0000 4103 4203 1E03 1F02 From the EMV specification book 3, the first 4 bytes and second 4 bytes are amount and rest is CV...
Popover asked 29/10, 2017 at 12:18

2

I would like to write a Java Card applet that responds to an NFC reader as if it was a regular MIFARE Ultralight or NTAG NFC tag. I am aware the MIFARE protocol is proprietary and may be a little ...
Portraitist asked 26/6, 2017 at 13:39

© 2022 - 2024 — McMap. All rights reserved.