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

Blackberry smartcard reader example

I am writing an app for BlackBerry that utilizes a BlackBerry smartcard reader. There is not much documentation on the subject, so I'd really like if someone could give me starting examples. Basically, there is one RSA private key on the card plus a…
pajton
  • 15,828
  • 8
  • 54
  • 65
27
votes
7 answers

Smartcard reader access from a web browser?

Is it possible to access a smartcard reader connected to a computer from a web browser running on the same machine, i.e. from an ActionScript, JavaScript or whatsoever script running therein? For example, I read something about the…
jlnme
  • 321
  • 1
  • 3
  • 4
24
votes
3 answers

Is it possible to access NFC API in HTML5 applications?

I have a requirement to include NFC Card reader to read associate ID to authenticate the user for a web app displayed in a touch screen. Is it possible to use SCM NFC reader module for a web-based app. Is there any plugin that can we included in the…
19
votes
2 answers

How to send commands to smart card reader (and not to the smart card) while no card present?

Preface: I have a dual interface smart card reader that has some extended capabilities (other than sending APDU commands to card and receiving APDU responses). For example in its document it is mentioned that you can get firmware version of your…
Ebrahim Ghasemi
  • 5,850
  • 10
  • 52
  • 113
15
votes
4 answers

Unable to claim USB interface (Device or resource busy)

I want to use my ACR122U contact-less smart card reader in Ubuntu 14 smarty. So I installed my required packages and drivers. Finally when I want to use the reader I receive the following error: rc@rc-System-Product-Name:~/Desktop/itsme$ sudo…
hamid s
  • 171
  • 1
  • 3
  • 5
12
votes
2 answers

Communicate with smartcard reader through Android USB host

I'm trying to send a command to a smart card. I use a Gemalto IDBridge CT30 (PC TWIN reader) and a IDBridge K30 connected to the Android device over USB. I try to send a SELECT APDU command over USB: boolean claim =…
user997777
  • 569
  • 1
  • 7
  • 19
11
votes
2 answers

How do I distinguish different ISO 14443-4 cards?

There are different smart cards supporting ISO 14443-4. For example, Mifare Plus with its native command set. Or other cards with different command sets (i.e. 7816-4 APDUs). I develop some software for a card reader and I need to identify which…
10
votes
2 answers

Smart Card Reader T0 T1 communication on APDU level

I am struggle to understand what protocol I have to use to communicate with the card T0 or T1? So, correct me if I am wrong, but the reader actually decides by itself what protocol to use to communicate with the card if the card supports both. So…
Alex D
  • 942
  • 1
  • 6
  • 17
9
votes
7 answers

Contact-less card through an OmniKey, how to get "UID"?

I am trying to read information off of a smartcard, using a contact-less OmniKey 5321 card reader. Edit: Added a bounty. I'm writing a C# 3 in .NET 3.5 program, so this is a Windows application. The card has some information stamped onto it, that I…
Lasse V. Karlsen
  • 380,855
  • 102
  • 628
  • 825
9
votes
5 answers

How to link access card reader with PHP?

I want to use an access card reader with PHP. I am doing this to monitor attendance at a college. Is there any intermediate technology which can be used to take the readings from access card reader to the database?
udaya
  • 9,598
  • 15
  • 48
  • 67
8
votes
2 answers

ATR command when programming PC/SC reader

I have checked the programming interface for the MIFARE Ultralight and TOPAZ/Jewel IC tags. The API quite nicely describes how the bytes are saved on the card, how to address the memory blocks, how to make all operations like read, read-all, use of…
STeN
  • 6,262
  • 22
  • 80
  • 125
7
votes
0 answers

CCID RDR_to_PC_DataBlock Error Problem 0xFE ICC_MUTE - Java Smart Card Reading

I am a beginner programmer and have problem about sending CCID Command to the Smart Card via Usb Host on Android mobile device. This time I sent PC_to_RDR_IccPowerOn CCID command PC_to_RDR_IccPowerOn to activate the card and received ATR response…
Bank Bill
  • 71
  • 1
7
votes
2 answers

Get card type from ATR

When I scan my card with springcard reader I need to get if this card is one of those types: CTS or CD_97 or ISO_A or ISO_B or FRD How can I get those types from ATR? Those are some ATR examples, I am getting: Navigo: 3B 88 80 01 00 00 00 00 00 71…
haythem souissi
  • 3,263
  • 7
  • 50
  • 77
7
votes
2 answers

Parse CV Rule from CVM List for EMV

I have succesfully retrieved the CVM List from EMV card. 0000 0000 0000 0000 4103 4203 1E03 1F02 From the EMV specification book 3, the first 4 bytes and second 4 bytes are amount and rest is CV rules. Making these the CV Rule 4103 4203 1E03…
unknown
  • 207
  • 3
  • 9
7
votes
2 answers

How to read a smart card/ microprocessor card using a smart card reader in android programmatically

So lately I have been working with smart cards that hold some information and what I am trying to achieve here is to fetch this data from these smart card using a smart card reader through any Android Smartphone. I have been using a HID OMNIKEY 3021…
shadygoneinsane
  • 2,226
  • 1
  • 24
  • 47
1
2 3
26 27