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

Recommending safe softwares for DESFire manager ChangeKeySettings, changeKeys, changeFileSetting ,FormatPICC?

In DESFire command set see DESFire datasheet , we have some commands like ChangeFileSettings, ChangeKey, ChangeKeySettings, FormatPICC etc. I want to configure my DESFire cards by a configuration software but I don't know any software.
setare ab
  • 183
  • 1
  • 12
0
votes
0 answers

SCardTransmit() returns 801000002

I had a working contactless system in Windows XP. But when I tried to run it under Win7 it fails in this sCardTransmit function even though it runs connect function well: UCHAR ucAnswerL[255]; DWORD ucAnswerSizeL = 0; BYTE …
0
votes
1 answer

Unable to retrieve the ATR of second card when using Smart Card IO

For some background, I have used the In_List_Passive_Target command specified in the PN532 user manual to retrieve the UID's of all the cards in the terminals field. I'm also using the pseudo command FF 00 00 00 04 for the ACR122U to send these…
ritch
  • 1,760
  • 14
  • 37
  • 65
0
votes
2 answers

How to get ATR of a smard card from HID omnilkey

I want to get ATR of the smartcard. I am using HID omnikey 5321. I am following this link "http://pyscard.sourceforge.net/user-guide.html#requesting-any-card" so far i have tried: >>>from smartcard.CardType import AnyCardType >>>from…
0
votes
2 answers

smart cards contactless reset apdu

I am currently developing an NFC application for a very, very customized Linux kernel running in a POS device such as this TPS300 for contact-less NFC cards. It has inbuilt libraries for communicating with NFC cards. I have researched on NFC and…
Peter
  • 648
  • 7
  • 26
0
votes
0 answers

reading facility code and card number in a HID iClass card

I am reading an HID iCLass card using the Rfidiot library with an Omnikey 5427 CK reader in Python. I can get the UID which is for example (79 FE C1 00 FB FF 12), I also used the Omnikey Workbench to get it and they matched. However, if I enable the…
0
votes
3 answers

Does the smart card readers do any cryptography function?

As far as we know, smart cards use a Mutual-Authentication method to clarify security between the card and the reader. I want to know, where the cryptography operations done?(except in the card) In the reader or in the computer? I mean, whether the…
TheGoodUser
  • 1,188
  • 4
  • 26
  • 52
0
votes
1 answer

NFC readers and Match on Card (MOC) compatibility

this question is not related to programming but instead is a theoretical question about the possible compatibily of a generic NFC reader and the Match on Card (MOC) technology. The Match on Card technology that allows the validation of the biometric…
SonMauri
  • 88
  • 1
  • 9
0
votes
1 answer

Mifare 1K write block but cannot read value block

For the last three days I have been looking for block and value blocks for Mifare 1K. For example, I wrote data successfully 1. block with this APDU: < FF D6 00 01 10 61 79 79 69 6C 64 69 7A 66 61 74 69 68 31 31 31 - Start Block 01 -…
Fatih Ayyildiz
  • 367
  • 3
  • 14
0
votes
1 answer

How to get smart card ATR by using the Android NFC API?

Does anyone know how to get the Smart Card ATR for an Android application by using the NFC API? The card that I am using is a contactless card. I have this code szATR =" 3B " + getATRLeString(myTag.getHistoricalBytes())+ "80 01 " +…
Vinod Gangal
  • 23
  • 1
  • 6
0
votes
1 answer

weired DesFire EV1 Results

I have purchased a number of DesFire EV1 from a HK based Company for a project i'm working on . some of the cards that are supposed to be factory empty had a number of applications on. reading the card properties seemed to identify them as…
user300435
  • 95
  • 5
0
votes
0 answers

Avoid that a contactless card is rediscovered after finishing my transaction

This question's context starts when implementing the solution described in the tremendously useful answers to this question. I ended up writing different code for phones with Android 4.4 (using enableReaderMode and for earlier versions (using…
mictter
  • 1,358
  • 1
  • 10
  • 13
0
votes
2 answers

Mifare card security

Some days ago I connected a USB contact-less Smart-Card reader and sniffed that USB port via an USB Sniffer tool. Afterward, I put a 1k Mifare card on the reader and read 1 byte. I take a look at the sniffer tool output and understand that the keys…
TheGoodUser
  • 1,188
  • 4
  • 26
  • 52
0
votes
1 answer

TWN3 Mifare USB and Mifare Desfire

I use TWN3 Mifare USB transceiver and a Mifare DESFire EV1 transponder. I have a problem to get data from transponder. (For serial communication I use Hercules SETUP utility 3.2.6.) I open serial communication put transponder on transciever send…
Petofi
  • 481
  • 5
  • 16
0
votes
1 answer

NFC - Mifare DESFire - AES communication

I'm using a Omnikey 5321 reader to communicate with Mifare DESFire EV1 tags. I want to read 40 bytes in a standard data file. I'm using Winscard DLL (c++) to wrap native desfire commands in ISO 7816 APDU message structure. The application selection…
VTerrien
  • 43
  • 1
  • 8