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
0
votes
0 answers

Writing data to a mifare desfire card

According to this link: https://www.mifare.net/support/forum/topic/native-commands-sending-to-mifare-desfire-ev1/ I should be able to write data to a mifare desfire card using the "D6" command the public ISO commands: – INS code ‘A4’ SELECT – INS…
0
votes
0 answers

APDU commands, error trying to digitally sign

I'm working with smart cards and APDU commands. I am trying to digitally sign a hash with the private key inside my card. Following some tutorials, I am executing the following script but the last one gives me an error. 00 20 00 81 06 3x 3x 3x 3x 3x…
Mike
  • 3
  • 2
0
votes
1 answer

How to read SLE4428 smart card using S9 protocol in pyscard library

I have a problem with reading SLE4428 card. I tried to use simple program written in python, but I received a message that pyscard supports only T=0 and T=1 protocol. My card uses S9 protocol. Do you have any software which I can use to read/write…
Dubster
  • 83
  • 1
  • 5
0
votes
0 answers

Can I read and write to smart card with WebUSB API?

I am working on a project where smart card stores personal info on them. The website will contain a form. The card holder will insert their card and all info on it will be fetched and filled into the form. Can I do such thing? I am using SLE4442…
elie.irani
  • 11
  • 1
  • 4
0
votes
0 answers

Webcomponent Initialization Failed, Details: TypeError: object doesn't support property or method 'initialize'

"ActiveX is not supported by this browser, please use Internet Explorer". But am using internet explorer only. And I tried many times this ActiveX issue by setting the internet options enabled all ActiveX setting and java control also did…
0
votes
1 answer

Installing an applet on a JavaCard

I am trying to install an applet on a JavaCard using GlobalPlatformPro, however keep getting the error code 6985 - conditions of use not satisfied. I have done some research and found that this could mean the card is locked? Installing an applet is…
0
votes
1 answer

Command data field of Send LOAD

I want to install applets on Java Card with C# program. I've successfully steps 1-4. I'm having trouble at step 5. Send LOAD (80 E8 00 00 XX..), What is Command data field (C482099B010023DEC..) of LOAD come from? I tried read the .cap file as…
Ihdina
  • 950
  • 6
  • 21
0
votes
1 answer

Read or Write from AT88SC1608 Memory card with dcic32.dll

I'm trying to work with AT88SC1608 smart card with a card reader which works with dcic32.dll in a C# app some functions like IC_CheckCard or IC_InitComm or IC_DevBeep works prefectly but when read memory like below : IC_ReadConfigZone(int idComDev,…
0
votes
0 answers

Can not load an applet on a JavaCard

I am trying to uplaod an applet that i made onto a real smart card. I tried with Simulators like JCWDE and CREF and it worjed perfectly. But with my smart card, even though the system (i'm using the GlobalPlatformPro tool to load via the gp -load …
0
votes
0 answers

how to read or retrieve data(personnel informations...) from smart card

I use ELYCTIS CL Reader to read data from smart card (I tried Biometric card and passport ) but only what I can retrieve is ATR code and the serial ID is there any explanation to retrieve data from the card , this images explain what i trie to do ;…
0
votes
0 answers

Can't load my applet in smartcard (6D00 response)

My applet is ready but I can't load it into my smart card. My card's Specification: -Java Card 3.0.4 Classic -GP2.2.1 I am using gp.exe but even when I try to execute any command of global platform for example: gp -list gp -info I get this…
soth
  • 31
  • 3
0
votes
0 answers

C# dotnet core PCSC and the OMNIKEY 3121

I have a working application where a tachograph remotely connects with my software and authenticates with a certified "tachograph company smart card". The application works perfectly with a VDO card reader and for reasons, I'm now trying to let it…
Oscar K
  • 185
  • 1
  • 11
0
votes
1 answer

Mifare Desfire / Mifare plus can't read with ACS ACR1252

Hi i'm newbie in RFID reading. So firstly i downloaded pcsc sharp repository from github. Then i tried to read binary from common rfid tag, it works perfect but the next step was to read data from as i think emulated rfid tag. RFID tag controller is…
Aleksei .C
  • 111
  • 1
  • 7
0
votes
0 answers

Hong Kong ID chip command and response APDU

I have written a program to communicate with a smart card that will get the data from the new Hong Kong ID. I could successfully connect to card. Does anyone have an idea what command and response APDU I can use to retrieve the data? I have searched…
mcalfe
  • 1
0
votes
1 answer

External authenticate with tachograph smartcard

I'm using C# with a c# library to read out the identification data from tachograph cards. I only need to read out the unique card ID and can do this with a driver card, I send the correct APDUs to do the trick. I'm now trying to read out the ID of a…
Oscar K
  • 185
  • 1
  • 11