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
1 answer

How does memory on a smart card work and how to acces the digital tachograph card's unique ID

For my first internship I have to do some awesome stuff with European tachograph readers. In short: I have to use a smart card reader to read a contacted (not a radio smartcard) ISO 7816 company card to read out the unique identifier of that card.…
Oscar K
  • 185
  • 1
  • 11
0
votes
0 answers

Activating applet on a JavaCard

I am using an TRF7970A trasciver combined with a MCU to try to get some information from a Java Card Applet. The problem I run into is that I managed to exchange information with the tag up to the Applet Activation command. That means I manage to do…
0
votes
1 answer

Can't read RFID card USB with winscard.dll c#

I'have reader: Promag PCR-300FMU, USB (no manuel, no SDK). So I looked after the doc on winscard.dll public List ListReaders() { int ReaderCount = 0; List AvailableReaderList = new List(); //Make…
Neotof Tof
  • 53
  • 1
  • 9
0
votes
2 answers

Gemalto ID Bridge CT-40 with VB.NET

I had a POS Application, and I need to access the customer identification no with the smart card reader (Gemalto ID Bridge CT-40) from my application. Is there any SDK or Dll file available on Windows to access smart card reader, my Application is…
Lisa
  • 55
  • 9
0
votes
0 answers

What driver should I install to recover 'SCardTransmit got response 0x57' error?

I am trying to communicate with my smart card reader under windows 10 64-bit using GlobalPlatform pro. Just every command I execute returns an error like: > gp.exe -l Warning: no keys given, using default test key…
MJay
  • 987
  • 1
  • 13
  • 36
0
votes
1 answer

How to catch data from SIM

I use a CardReader to communicate to a SIM-card. For example, I need to get an IMSI from the SIM card. To do this I send some commands (SELECT 3F00/7F20/6F07): A0 A4 00 00 02 3F 00 A0 A4 00 00 02 7F 20 A0 A4 00 00 02 6F 07 and here I send…
Natal04ka
  • 45
  • 6
0
votes
0 answers

Send APDU command for ultralight C authentication

I'm trying to authenticate to ultralight c and I'm stuck for a few days on the following: (using OK5321) I'm able to open the generic session: -> FFA0000703010001 <- 90 00 Authenticate: ->FFA00005080100F30000641A0000 <-00 00 AF 92 11 26 10 8C 1B 8E…
RPDF
  • 76
  • 8
0
votes
1 answer

EMV Rupay application selection not working

I have successfully read Card Details using Chip for Master & Visa cards, but for Rupay card while selecting AID (A0000005241010) card reader returns response as 6A82, also it is observed that the Rupay card is using T1 communication. Is their any…
0
votes
0 answers

DelphiXE8 and WSDL, disable authentication via Smart Card Reader

With Delphi XE8 I imported a WSDL and use the HTTPRIO component For use authentication: property HTTPRIO: HTTPWebNode -> ClientCertificate -> CertName = ServiceSSL.cer InvokeOptions [soIgnoreInvalidCerts,soPickFirstClientCertificate] …
0
votes
1 answer

(Smart Card) APDU Command to sign

I'm developing an application that require a client authentication to a server using a smart card. As a guide, i'm tracing a normal web authentication with a browser and i've seen that the SSL/TLS packet containing the "Certificate Verify" structure…
0
votes
1 answer

Reading image from Belgian EID card

When I am reading EF(ID#RN) file using APDU command from card - everything is fine. But when I am trying to read image file EF(ID#Photo), then image is cropped. I can read correctly only first 510-512 bytes. File read operation is always returning…
0
votes
1 answer

how to upload/write/read files from smart card? is there any free/paid software?

I'm trying to write/upload CA certificates to a smart card, for enabling smart card authentication But I'm unable to connect to the card using omnikey3021 smart card reader. awp authentic manager software shows 'the smart card is not recognized'.…
0
votes
0 answers

Can't register smartcard in reader with LockHub

I have a capsule hostel with smart locks in every capsule. With the capsules, i got a smart cards. One of them - white (I think it is master card) I'm using to program locks in the capsules for the usual card (black). But I have a problem - every…
Lunik
  • 392
  • 1
  • 6
0
votes
1 answer

always getting 6a82 and 6d00 for reading visa emv card

i am reading data from visa card but always getting response 6a82 and 6d00 for PSE. I am using smartcardio and following are the commands Select PSE: 00A404000E315041592E5359532E444446303100 Processing code: 80A8000002830000 Below code works fine…
0
votes
1 answer

How to check if a smartcard is valid?

I want to read data from a smartcard, but at the same time I need to make sure that the card is valid. The idea is that I want to receive on my server the card id and a signature of the card witch I can check if it is valid or not. I do not have…
Daniel
  • 2,320
  • 1
  • 14
  • 27