Questions tagged [smartcard-reader]

A smartcard reader is a peripheral device that can be connected to computer or an embedded system (or any similar device) in order to empower that device with the capability to communicate with smartcards.

A smartcard reader is a device that enables another device with comutational capabilities to communicate with smartcards () or chip cards in general. Smartcard readers typically support the protocols defined in the ISO/IEC 7816 series of standards. Besides that, smartcard readers may also support other protocols for communication with chip cards and contactless tokens.

While the term "smartcard reader" contains the word "reader", a smartcard reader is not limited to reading data from a smartcard. Instead it can also write data to a card and can even exchange commands with a smartcard chip that are not directly related to reading or writing data but that trigger the processing of algorithms (e.g. cryptographic functions) on the chip.

392 questions
1
vote
1 answer

Which APDU to use to read/write records on MIFARE Ultralight NFC tag?

I am creating a VBA software to read and write NFC tags. I managed to communicate with the tag to obtain basic data (for example I got its ID). But when I send an APDU for a READ RECORD command, it does not work. I suppose I need to send a SELECT…
1
vote
1 answer

Trouble Converting Smart Card Program to UWP

I'm working on converting what was originally a web forms .NET application to UWP. The application is for using company-issued badges to record meeting attendance instead of our current paper sign in sheets. The original program uses an Omnikey…
1
vote
1 answer

Does hf14b raw command allow me to send and receive APDU messages?

Undocumented in the Proxmark3's Wiki as well as in its command-line documentation, the proxmark3 Linux client provides the hf 14a apdu command (though there is no hf 14b apdu command). The way I view things is that APDU build on top of ISO14443.…
Mat
  • 833
  • 1
  • 5
  • 20
1
vote
2 answers

Connection to smart card

I am trying to sign a document via CryptoTech SCR3310 using A Smart Card Framework for .NET. I use demo from second article (SmartcardFmwk). While sending APDUCommand I will get errors like: for verifing (new APDUCommand(0x00, 0x20, 0, 1, null,…
Arek Bee
  • 329
  • 3
  • 9
1
vote
1 answer

Parse CVM list: when to show pin pad after getting CVM list in SFI, Any command required

I am running following commands in android using JNI. select command: 00A4040006454D5600000100(based on relavant AId) GPO: 80A80000(modifying based on pdol) read record : 00B2010C(Based on number of AFLs, SFI available) after this I wanted to…
Uma Achanta
  • 3,669
  • 4
  • 22
  • 49
1
vote
0 answers

Reading Smart Card with JavaScript

I am developing a web application but as per requirements of the clients I need to read smart card on client side i.e web page. How can we read a Smart Card using JavaScript?
1
vote
1 answer

prevent windows security popup for missing smart cards

I found this article in Rahul's Blog about getting the certificate associated with the inserted smart card. Rahul suggests this approach: var smartCardCerts = new List(); var myStore = new X509Store(StoreName.My,…
Pete
  • 265
  • 6
  • 24
1
vote
2 answers

CadClientInterface.powerUp() hangs while connecting smart card using Serial Port

I am trying to connect to my smart card using serial port using below code: String port = "COM1"; // serial port CommPortIdentifier portId = CommPortIdentifier.getPortIdentifier(port); String appname = "CadClient"; int timeout = 30000; CommPort…
naeemgik
  • 2,232
  • 4
  • 25
  • 47
1
vote
1 answer

Two RFID RC522 communicate with each other using Arduino UNOs

I am trying to make two independent Arduino UNO communicate with each other by using two RFID RC522. One should act as master and the second one as a slave: How can I make one RC522 as master and the second as slave?
Osama Lazim
  • 59
  • 1
  • 4
1
vote
1 answer

HCE - Is there a way to manipulate the ATR?

I am making a Host Card Emulation app on Android, everything works fine with my PC/SC reader. I am able to send APDU commands and get the reponses. Now I want to know if it's possible to manipulate the ATR of the card emulated by Android using…
enzo
  • 72
  • 1
  • 3
  • 26
1
vote
0 answers

SmartCard/NFC RDP Win7>2016 redirection doesn't work in UWP apps, but works in others

I'm RDP'ing from a client to a server 2016 server where an uwp app is installed which reads a Mifare 1K SmartCard. The following method is used by the UWP samples provided my Microsoft. It returns the connected devices, in UWP when connected from a…
Jasper
  • 444
  • 3
  • 19
1
vote
0 answers

smartcard does not get ATR

I am using STM32L053R8 and TDA8034. I can not get the atr, I am using prepared code by given ST Firm and Sodexo card as a smart card. When I debug the code , it stucks here. /* Read ATR - loop until it's read */ do { atr_size =…
1
vote
1 answer

ACS ACR122U LED/Buzzer settings

I'm having issues trying to set the LED and buzzer using APDUs on an ACR122U (firmware version 2.1.5). This command should set the Buzzer Output for Card Detection, but I always get an error response: > FF 00 52 00 00 < 63 00 Also, when trying to…
Alarik
  • 11
  • 2
1
vote
1 answer

How to implement passive authentication in smart card reader?

I found that on ICAO 9303_11 5.1: The inspection system performs the following steps: The inspection system SHALL read the Document Security Object (SO D ) (which MUST contain the Document Signer Certificate (C DS ), see also Doc…
1
vote
1 answer

Smartcard: implicit DF selection

I am studying about ISO7816-4 and I have a vague point in it. My question is: What is implicit DF selection? Please help me!!!