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
2
votes
1 answer

I got 0x1E error (INTEGRITY_ERROR) while change DESFire master key.What are my mistakes?And How can I resolve?

Whole update1: see question again. I recently am working with DESFire cards .I now decide to change defult master key of PICC. (I already could authenticate with master key all 8 byte 0x00 successfully) 1- Defult master key is 8 byte of zero.It is…
setare ab
  • 183
  • 1
  • 12
2
votes
1 answer

APDU for getting UID from MIFARE DESFire?

I am new to APDUs. I read the datasheet for DESFire. According to it we have: CLA = 0x90 INS = DESFire CMD Code P1 = 0x00 P2 = 0x00 LC = Length of wrapped Data data = DESFire…
2
votes
0 answers

Specifing a timeout wait when sending an APDU to a smartcard on windows phone

I'm using the windows.devices.smartcards namespace to transmit APDUs to smartcards on the Windows Phone 8.1 (silverlight) platform over NFC. I'm using the TransmitAsync method on the SmartCardConnection class to send an APDU and wait for it's…
2
votes
0 answers

JAVA hid api and usb keyboard

I have a UIC 680 contactless card reader which has hid and RS 232 interfaces. Now I want to interact with the device using java and hid interface. I started exploring JAVAHID API and was able to get the device list. But when I try to get the device…
red devil
  • 113
  • 8
2
votes
0 answers

NFC communication - Mifare Desfire AES - change key command

I'm using a HID Omnikey 5321 reader to communicate with Mifare DESFire EV1 tag. I'using WinSCard DLL (in C++) to wrap Native DESFire Command in ISO 7816 APDU message structure. On the tag, I have an application with 3 keys. As the Key Settings are…
VTerrien
  • 43
  • 1
  • 8
2
votes
1 answer

NFC communication - Mifare DESFire EV1 - AES

I'm using a HID Omnikey 5321 reader to communicate with a Mifare DESFire EV1 tag. I want to write 16 bytes in a standard data file. I'm using the WinSCard DLL (C++) to wrap Native DESFire command in ISO 7816 APDU message structure. The application…
VTerrien
  • 43
  • 1
  • 8
2
votes
1 answer

How Can I Read NFC Card with IsoDep?

I want to read a RFID card through NFC, the card is from the local transportation system in Bogotá, Colombia. I know this is possible because I've downloaded an android app that does just this! My progress so far... When I put the phone over the…
Roger
  • 83
  • 1
  • 2
  • 12
2
votes
1 answer

Host Card Emulation Android 4.4

Now that Android supports Card Emulation on the Nexus 5 with Android 4.4, is it likely that some apps may become available that allow me to effectively duplicate a smartcard (e.g. Smart Card that opens doors in my office) and use my phone in their…
ConnorL
  • 227
  • 4
  • 16
2
votes
1 answer

PN532 write data to Mifare card

I want to write data to a MIFARE Classic card. But I don't know which address can be written. I just know that sector 0 can not be written. Could anyone show me the complete address map that can be written?
yokay
  • 23
  • 4
2
votes
0 answers

Detect Smartcard removal in J2ME (JSR257)?

I'm using the J2ME contactless API (JSR257 - javax.microedition.contactless.*) to read smartcards on a Nokia phone. The following code works just fine and the targetDetected method is called as expected when I put a card on the…
Josef Pfleger
  • 74,165
  • 16
  • 97
  • 99
2
votes
1 answer

Communication with MIFARE Plus SL3 (commands)

I am trying to communicate with a MIFARE Plus card - I need to read / write. However, I can't find the documentation I need to do this. I understand that the command set is under NDA (or something), but my company has access to the documents - I…
krishan711
  • 873
  • 1
  • 12
  • 27
1
vote
1 answer

How to read and store my name into smart card using java card? with example

could some one tell me how to read and store my name in smart card using java card? i am using JCIDE 5.0 i want to know how to write program for read and store my name in javacard. Please help me out i am new to java card development
bujji
  • 11
  • 2
1
vote
0 answers

Second Generate AC command returns 6A86 after successful First Generate AC command in EMV transaction

I am currently implementing an EMV transaction and have encountered an issue where my Second Generate AC command is returning a "6A86" response code when called immediately after a successful First Generate AC command. My First Generate AC command…
Lilvinco
  • 95
  • 1
  • 1
  • 7
1
vote
0 answers

Getting ADF from PPSE by android Pay applicatons

I'm trying to read a smartcard information by android pay application. So I send the following SELECT PPSE command: 00 A4 04 00 0E 32 50 41 59 2E 53 59 53 2E 44 44 46 30 31 00 I get the following response: That is, I need to get an ADF
1
vote
1 answer

Digitally sign files using national ID NFC

I am trying to digitally sign files using the signing certificate located on my national ID smart card with NFC. I can digitally sign it over smart card reader, but I am trying to achieve the same thing over NFC. I'm pretty sure it is implementing…
cubiii
  • 359
  • 3
  • 11