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
3
votes
2 answers

MiFare Card Reader into Web Application Form

I have a web application where I would like the card reader to scan our school's student ID cards and come out with their ID number. Our original system for managing this with the relevant card readers already has it preset to work, however, now I…
Jason
  • 93
  • 1
  • 4
  • 11
3
votes
0 answers

DesFire commands In PCSC readers

I am trying to send Mifare DesFire (and Mifare Plus) APDUs to PCSC compliant readers. As I have read in the documentation you have to encapsulate those commands before sending them to those kind of readers. For example: in DesFire the command…
3
votes
1 answer

did anybody use ACR1222L android library?

I am writing an app which will be run in tablets. The tablet will be connected to ACR1222L NFC reader. I am using their android library to interact with the reader. I can detect the USB reader and also can read the readers name. BUT i am struggling…
Reza.Hoque
  • 2,690
  • 10
  • 49
  • 78
3
votes
2 answers

Read Citizen Data from JavaCard

Our government has started issuing Smart National ID Card (SNIC) I have a Smart Card Reader (ACR38-IPC) When I inserted my SNIC into reader, Windows detected it and installed the driver, now it appears in Device Manager as: ActivIdentity Mini Driver…
XeeChaun
  • 57
  • 1
  • 7
3
votes
2 answers

Reading a smartcard from browser

I'm developing a php/mysql application the stores end elaborated some data, for the next step, I need to interface a smartcard reader with a browser (Chrome, Firefox, IE) to extract and save the data into a mysql database. I can't find anything…
2
votes
2 answers

Smart card dedicated file length

I'm working with smart cards in C# using the Subsembly SmartCard API. Are there any APDU commands(or otherwise) to see either the size of a DF on the card? Or to see a list of the EF contained within a DF?
James
  • 101
  • 2
  • 7
2
votes
2 answers

SCardTransmit() always returning error

I am working on SCM Contactless RFID Card Reader using the Microsoft SmartCard APIs. The usual process to ineract with the smart card, what I have understood, is: 1. Establish the Context using SCardEstablishContext() 2. List all the readers…
S.K.
  • 31
  • 1
  • 4
2
votes
3 answers

How to determine the type of smart card reader (contact vs contactless)

I have a PC/SC abstraction layer I am working with (home brewed) and am curious how to determine the type of reader I may be interacting with. I am currently using a method that involved name regex matching of strings based on the name of the…
Chris Evans
  • 236
  • 2
  • 11
2
votes
2 answers

Best working Java API for USB connection

I want to get the serial number of a smart card reader connected to pc via USB. One way to do this is to get the iSerialNumber of the USB (smart card reader). Can anyone please guide me about the best working Java API for this purpose? Should work…
HashimR
  • 3,803
  • 8
  • 32
  • 49
2
votes
1 answer

What is Private Key Challenge?

When i reading about smartcards i came across this term called private key challenge. Private key challenge – to ensure the certificate is bound to the token to which it was issued and has not been copied or cloned. How this Private Key Challenge…
2
votes
0 answers

Sending APDU commands from Android device over CCID to the Gemalto PC Twin Reader

I'm developing an android library that communicates with smart card readers (USB) using the CCID protocol. On this reader everything works as expected, but when using the Gemalto reader, I get an error. I'll try to describe what I'm doing: I send…
2
votes
0 answers

USB smart card reader from a Docker container on a Windows host

I have some python code (with PyKCS11) that reads out data from an eID smart card. The eID card is connected to the PC via an USB smart card reader. I'm trying to move this entire setup to docker on a Windows 10 host. The image used is…
user2354302
  • 1,833
  • 5
  • 23
  • 35
2
votes
0 answers

NFC Apdu Response 67 00 (wrong length) on Android using isodep

i tried to send extended APDU command into Desfire card on Android. i was select the application on the card and success. but when i tried to authentication process and send this command, i got response 67 00 (wrong length) i send data…
iwan_odank
  • 21
  • 2
2
votes
1 answer

iPhone: How to gather Credit Card information upon swiping with device attached to it?

I want to add credit card swipe feature to my application. What do I need to make it work? All I need is 1. Swipe the card 2. Populate the fields on the view with the card info 3. Store that populated into database(I have an idea in this db part),…
Raj
  • 307
  • 2
  • 5
  • 12
2
votes
2 answers

Install Pyscard in python 3.7

How to install pyscard on python 3.7? Are there other modules for smart card readers in python 3.7? the error after: pip install pyscard: ERROR: Command errored out with exit status 1: command:…
Yahel
  • 21
  • 1
  • 3