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

RFID transponder cards no unique atr

I bought some RFID transponder cards for building an identification system with the unique identifier on the cards. I setup a testenv under Ubuntu 12.04 and I work with the pcscd deamon and the scm scl011 card reader. The problem is that all my…
theotow
  • 13
  • 3
1
vote
1 answer

Where can I find winscard.lib for PC/SC programming in VC++ 2010 (Win seven)?

I want to write a PC/SC application using VC++ 2010 in win7 x32 environment. My program fails to compile with some linking error like this: error LNK2019: unresolved external symbol _SCardReleaseContext@4 referenced in function "void __cdecl…
Ehsan Khodarahmi
  • 4,772
  • 10
  • 60
  • 87
1
vote
0 answers

How to configure IIS to accept smart card login from my users across the internet

Please how can i set up my IIS to accept smart card login from my users across the internet. i have smart card readers deployed to my client sites - ACR-122-U readers. each client will be required to simply swipe his/her Mifare ID card to gain…
Charles Okwuagwu
  • 10,538
  • 16
  • 87
  • 157
0
votes
4 answers

RFID reader standards

I have an RFID reader which is ISO 14443A compliant. It is capable of reading Mifare 1k (s50), Mifare 4k (s70), and Mifare Mini (s20) cards. I want to know if the same RFID reader can read the cards which are ISO 15693 compliant. I am new with RFID…
Ahmed Ali
  • 147
  • 1
  • 3
  • 8
0
votes
1 answer

Windows mobile BIP1300 IC card reader

I have a bip 1300 hand terminal. I'm workin on a sale application. But I cant find a solution for readin card informations from IC card port . Anyone can explain how is this workin on BIP 1300. Can i read all information on card chip or just number…
0
votes
1 answer

How to activate/power on ICC card using Java through card reader?

I am writing an application to interact with smart card currently using Java. I have a OMRON V2BF series card reader. The application is run on Debian. I have tried using Java Smart Card I/O API to try to establish connection to the smart card. But…
Ghost_000_cs
  • 133
  • 1
  • 8
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

How to read the visual ID or human readable id printed on the smart card using HID OMNIKEY 5321 CL reader

I am using reader HID OMNIKEY 5321 CL to read the Mifare DESFire card. With the help of a python code given below, I am able to read unique identification number (UID). But I need to read the visual id printed on the card. The UID for my card is 04…
0
votes
1 answer

What does the SCARD_W_UNRESPONSIVE_CARD error on GlobalPlatform Pro indicate about the state of the card?

I'm getting this message SCARD_W_UNRESPONSIVE_CARD when trying to do anything with a specific ACOSJ card. I have a card reader that I'm using with multiple cards of the same type, no problems, and no problems with the other ACOSJ cards either. What…
0
votes
0 answers

Smart Card reader not detecting the readers and not getting status

from smartcard.System import readers reader_list = readers() if len(reader_list) == 0: print("No smart card reader found.") else: for reader in reader_list: connection = reader.createConnection() connection.connect() …
VRP
  • 1
  • 1
0
votes
1 answer

CVM limit with contact transaction

One of our terminal provider says that contact card doesn't have CVM limit as it is dependent to what is in tag 8E (CVM List) and 9F33 (Terminal Capabilities). However another terminal provider of us supports setting CVM Limit with contact in its…
Bitwise DEVS
  • 2,858
  • 4
  • 24
  • 67
0
votes
0 answers

VS2022 only looks at card reader when signing

When clicking Select from Store option for signing ClickOnce manifests, VS2022 only wants to look at the card reader attached to my computer and not the actual certificate store. What do I need to do to force it to ignore the card reader? This…
Reahreic
  • 596
  • 2
  • 7
  • 26
0
votes
0 answers

Android communicates Gemalto Smart Card via USB Host for Read CIN

For now, i am working on Gemalto Smart Card and i would like to Read CIN / CSN from it My card is Card OS 5.3 smart card There are some steps that i called following index 4 in…
shenlong
  • 21
  • 3
0
votes
0 answers

how to read smart card on java spring boot application?

I am trying to read smart card. Sun package was used for reading smart card but it is not available in spring boot application. So I want new libraries for my purpose. Can you help me? Thanks. I tried sun package on spring boot application. But it…
sess
  • 11
  • 5