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
vote
1 answer

Android NfcA Transceive fails on success

I made a simple test application for quick debugging. I send some bytes, print what I sent on the phones screen and print what I receive. When I send WRONG commands I get the corresponding error codes in the two byte SW1SW2. I can also call my own…
Martin Clemens Bloch
  • 1,047
  • 1
  • 12
  • 28
1
vote
1 answer

Reformat MIFARE DESFire (MF3ICD40) NFC tags

I have a few MIFARE DESFire (MF3ICD40) NFC cards that were once bus/train passes. I am trying to reformat the card. I do not care if I loose the information already on the card, or if I am only able to add more information to the card, if there is…
CampSoup1988
  • 139
  • 6
  • 21
1
vote
1 answer

Create and send a NDEFMessage similar to a passport chip

I'm using and testing this library http://jmrtd.org/ that is a great work. I learned how to read and handle all the data from a passport chip. Now my next step it will be create a simple android app for sending a NdefMessage that I have to read…
michoprogrammer
  • 1,159
  • 2
  • 18
  • 45
1
vote
1 answer

Mifare 1k value block operations

I have a problem with a Mifare Standard 1k card. I made a value block (00000001FFFFFFFE0000000100FF00FF - valid?) on the data block with address 62. The value of the value block is supposed to be 1, and address of the value block is 0. I've changed…
1
vote
1 answer

EMV cardholder name is different to name on credit card for NFC scanned credit cards

I've been playing around with androids NFC capabilities and scanning the data off of my credit cards The card holder name I get from the card is in the form Smith/John Whereas the name on my physical card is like so John Smith Does anyone know if…
Scott
  • 469
  • 5
  • 11
1
vote
2 answers

Reading phantom NFC tags via javax.smartcardio

I have an an old NFC reader for the tikitag web service (which was later renamed touchatag, and finally abandoned around 2012). Since the website is no longer available, I could no longer find the original tikitag/touchatag drivers. After some…
0
votes
0 answers

ACR1255U-J1 How to send a command

I have been trying to figure out for days on how to send a command to this smart card reader. According to the documentation at https://www.acs.com.hk/download-manual/7664/REF-ACR1255U-J1-1.13.pdf at page 104 i have to send E0h 00h 00h 52h 00h to…
kpwn Apps
  • 115
  • 1
  • 8
0
votes
0 answers

Can I edit the information placed on a RFID chip with the ISO 14443-4 Type A?

Can I edit the information placed on a RFID chip with the ISO 14443-4 Type A? I’m trying to figure out if this is possible, and what hardware do I need to edit this type of chip, however, I can’t find that much information when doing research.
0
votes
0 answers

acr1252 + Android HCE (host card emulator emulate) physical card

I try to emulate emv card on Android device. And it will be read on acr1252 over some software. It's work fine, software can read card but identifies like token, but in emv answer I set it like physical card. AndroidManifest.xml
0
votes
0 answers

Unable to generate application cryptogram (ac) - VISA Contactless transaction

I'm trying to simulate a visa contactless transaction. The CDOL1 data is 9F02069F03069F1A0295055F2A029A039C019F3704, which translates to: "9F02" + "06"; "9F03" + "06"; "9F1A" + "02"; "95" + "05"; "5F2A" + "02"; "9A" + "03"; "9C" +…
0
votes
0 answers

Enable ISO/IEC 14443 Type A in omnikey 5422

I disabled ISO/IEC 14443 Type A from Omnikey workbench without knowing. Then smart card reader is not reading nfc cards. Configuration for mac os and hid omnikey workbench 2.3. I searched from some resources and it says to fix with pcsc_control but…
0
votes
0 answers

Interac -contactless: getting "Terminal requests CDA signature in 1st GENERATE AC [P1 b1='5']"

I'm working on certification testing for Interac(AID: A0000002771010), however TTI set to D78000 & cap keys also been added but still getting Terminal requests CDA signature in 1st GENERATE AC [P1 b1='5'] Please help me pass this test…
0
votes
1 answer

EMV transaction apple/google pay

I need to write a program for making contactless transactions that will support both payment with a physical EMV credit card chip, and payment with Google Pay or Apple Pay, I have to treat each transaction differently and currently I have no way to…
0
votes
1 answer

Parsing EMV tag 9F10

got the value, but cannot find a reference: 1F4A6332A0000000001003027300000000400000000000000000000000000000 Any idea? It looks like CVN 4A, but there is no info about it
user478681
  • 8,330
  • 4
  • 26
  • 34
0
votes
1 answer

Programming Access Control Cards

My question is regarding PAC (personal access control), more specifically programming a card. I am not trying to create any applications or interfaces, rather just putting the basic required data into a "blank" DESFire card using the wiegand…