Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

52
votes
2answers
1k views

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. ...
3
votes
1answer
571 views

What is the easiest way to get track data off a simple USB HID magnetic card reader?

I need to get Track 1 and Track 2 data off magnetic cards and send them over the network to a waiting server. What is an easy way to get the track data from a USB HID magnetic card reader? In case it ...
2
votes
2answers
190 views

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 ...
2
votes
1answer
65 views

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 ...
2
votes
0answers
293 views

PN532 Card Emulation mode

I am trying to configure the ACR122U's in card emulation mode, but i didn't know how to use it. I am using java 6 smartcard io for reader communication.Who worked with PN 532 card emulation ...
1
vote
3answers
206 views

How to work with a Smart Card

My project I am working on a small program which has to set an alarm if the user locks the computer without removing the Smart Card from the computer. I am using C# with WPF and .Net 4.0 and my ...
1
vote
2answers
116 views

Do smart-card readers support all smart-cards models?

Do smart-cards require a different kind of reader depending on the model or do all readers support all kinds of smart-cards? Assuming I have a specific card model in mind, how do I find out what kind ...
1
vote
1answer
161 views

Can SIM Cards be read by a Smart Card Reader [closed]

This isn't really a programming question but it relates to Java Card. If you attach a SIM card to a strudy card. Could you read that with a standard smart card reader/through JavaCard? [Note: If this ...
1
vote
3answers
395 views

Smartcard reader access from a web browser?

is it possible to access 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 ...
1
vote
2answers
461 views

What is the meaning of 6E 00 when I send a command to a SmartCard

I try to access a SmartCard via C++. I got already the Connection and the CardHandle. But when I send an APDU Command via SCardTransmit, i'll get 6E 00 as the answer from the card. No matter which ...
1
vote
1answer
230 views

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 ...
1
vote
2answers
646 views

Connection to smart card

I am trying to sign a document via CryptoTech SCR3310 using A Smart Card Framework for .NET. I use demo from second article (SmartcardFmwk). While sending APDUCommand I will get errors like: for ...
1
vote
4answers
1k views

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. ...
1
vote
4answers
1k views

How can i access to smartcard from ASP.NET site?

i need to comunicate with a smartcard from an ASP.NET site. I've create a dll(using Winscard.dll and MCSCM.dll that is the SCM Micro Reader's dll) that work with the cardreader on windows but i'm not ...
0
votes
0answers
43 views

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 ...
0
votes
0answers
21 views

SmartCard Reader UMDF driver. Power down problems

Working on a UMDF card-reader driver which connects to a software based SmartCard simulator thus allowing any PC/SC compliant application to interface to the SmartCard simulator. Implementation based ...
0
votes
1answer
85 views

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 ...
0
votes
1answer
73 views

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 ...
0
votes
1answer
91 views

SCR3310v2.0 and SLE5528 read/write?

I have SCR3310v2.0 reader and chip card SLE5528, There are any code samples to be able to record and read the card information, or is there are any free software who do it?
0
votes
0answers
44 views

ActivClient: gscBsiPkiCompute returns BSI_BAD_PARAM

I connected to the smart card and I read the certificate. When I'm trying to use the PkiCompute I get this error. I'm using ActivClient's BSI sample as my test tool. This is the code: BSI_RETURN ...
0
votes
1answer
884 views

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 ...
0
votes
0answers
100 views

Problem in reading Data from smart card?

I am using TDA8007B with a microcontroller 8xc51 to interface with MIFARE smart card and this unit is connected with my PC via RS232. I have written a code to send a APDU to the card and get a ...
0
votes
0answers
98 views

p2p Communication with a Pagoda Mifare

HI all, It has been 2 days that I started to work on NFC for a project in my university. I am quite disperate, no one here seems to know something about NFC. Anyway my supervisor asked me to create a ...
0
votes
0answers
183 views

Java app for card reader - using JNI for calling COM libraries

I want to make an Java app that communicates with a card reader.I use a program named EZJcom which creates JNI bridges and Java code to communicate with other language libraries(C, C++, etc).In order ...
0
votes
1answer
571 views

Why won't Omnikey 5325 smartcard reader recognize my card?

I purchased a smartcard reader (OMNIKEY 5325 CL USB Prox) and installed all the drivers but I it won't read my card (1386 ISOProx II Card). The diagnostic tool doesn't seem to recognize it, and ...
0
votes
1answer
413 views

Accessing SLE4442 memory card in C - need some help (RPC_X_BAD_STUB_DATA)

I'm new to SmartCard Programming, so please bear with me.. I'm trying to access an SLE4442 memory card anagrammatically using the WinSCard API. When accessing the card with pcscdiag.exe tool from ...
0
votes
1answer
355 views

Scard32.dll and similar

i wrote this post for asking you to help me. My requiremente is to read and write to a smart card (sle4428) using a scard32.dll in c# context. The reader is SCR 3310 of SCM Microsystem First of all I ...
0
votes
4answers
255 views

Hang With ScardConnectA on Win 7 64bit

I am updating a smart card application (.net 2 using winscard.dll) to run on Windows 7. Only minor changes are required for 32bit. Under 64bit there appears to be a hang calling SCardConnectA - it ...
0
votes
1answer
271 views

List processes that use the smart card readers

I'm writing a Windows service that must handle Smart card readers. Very often, when I try to connect to an inserted Smart card, SCardConnect() fails with SCARD_E_SHARING_VIOLATION which basically ...
0
votes
1answer
232 views

pkcs#11 capable Smart Card and Reader

Does anyone have a suggestion about which smart cards and USB readers are affordable, suitable for a VPN and for which there is PKCS#11 supoprt?
0
votes
2answers
1k views

How to get smartcard reader name in Windows 7 using C# or C/C++?

I'm trying to make a C# program which will use a C .dll (unfortunately, the .dll doesn't have good documentation) to access a smart card. One of the functions of the .dll uses name of the reader as ...
0
votes
1answer
633 views

Smartcard reader naming: when removing any reader, the name of the rest changes

I am writting a smartcard application. This application connects card in reader and sometimes works with it. I need to watch when reader is no longer available (either card is ejected or reader is ...
0
votes
2answers
2k views

High level global keyboard hook for C# and WPF for reading a keyboard wedge card scanner

The only keyboard hook supported for .NET managed code is a low-level keyboard hook (WH_KEYBOARD_LL). See http://stackoverflow.com/questions/1639331/using-global-keyboard-hook-whkeyboardll-in-wpf-c ...