smartcard-reader

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 certificate (for paired public key). I would like to be able to encrypt/decrypt data and...

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

Hello. 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 removed from USB). Readers are watched using SCardGetStatusChangeA. This function requires reader name to watch. I insert two reade...

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

Hi! 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 argument. My problem is that I don't know how to get the name. After looking for answers I found something similar to what I need in an...

PN532 Card Emulation mode

Hi all, 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 mode,Please give me some suggestions... Thanks and Regards Anish ...

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

Hi, 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 able to use it with ASP.NET. The project will run only on IE and i must avoid Javascript. Thank you for the help. ...

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 helps, I have a MAGTEK Mini Swipe Magnetic Strip Reader (part no. 21040140) I'm OS agnostic -- a solution for Windows, Mac or Linux would...

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 means: The smart card cannot be accessed because of other outstanding connections. Fair enough. I guess that a least one other process ...

Hang With ScardConnectA on Win 7 64bit

Hi There, 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 sits and does not return. Stopping the smart card service/removing the card allows the application to complete. The .net app uses ...