0
votes
1answer
25 views
Smartcard application using J2EE
Hai guys,
I want to know how a smartcard application can be done using j2ee.....
0
votes
1answer
20 views
PCSC-Lite Codes on Windows
I've successfully built a program that can read Mifare 1K Card using Qt on Linux. So now, I would like it to run on Windows. From what I've gathered, there's no PCSC-Lite port on W …
0
votes
1answer
18 views
Smartcard Driver (KMDF with SCardLib) Issues
I'm developing Smartcard Driver using KMDF and SCardlib, I used the WDK Smarcard Sample as reference, I think I implemented all of the callbacks correctly except for CardPower and …
1
vote
2answers
35 views
How can I determine a Smart Card ATR mask?
Given a Smart Card ATR (Answer-To-Reset); Is is possible to determine which bytes that can be variable to create an ATR Mask for the particular card?
An example ATR might look lik …
1
vote
3answers
105 views
Signing data with smartcards on Mac in C++
Dear lazyweb,
is there any support in Mac OS X for signing data using smartcards? I have looked through the system headers and found only vauge references to smart card support (i …
2
votes
5answers
1k views
Common Access Card (CAC) Authentication Using Java
I'm bascially looking for someplace to start learning how to interface with a government CAC card using java.
Ultimately, my goal is to find out how to use CAC card authentication …
1
vote
2answers
66 views
Smart Card Query
Hi
I need to know what kind of Java Smart Card to buy and where I can get some from? What are the factors i should consider while choosing a card / vendor? Thanks
0
votes
3answers
194 views
CAC card login not authenticating random users who must user their windows user and pwd
Having an issue with random individuals trying to access an intranet site with a security certificate. Most users are able to simply select their Smartcard/CAC certificate, enter t …
0
votes
1answer
148 views
How can I read the purse balance with an EMV CARD?
I'm working with a smart card reader and I'm finding some trouble about getting the purse balance from an EMV card. I have developed software for other cards with t=0, protocol, bu …
1
vote
0answers
39 views
NPLogonNotify not called for smartcard login (Windows 7)
Hello:
I have some code which acts as a network provider and can intercept both traditional logins and smartcard logins via the NPLogonNotify callback. This is running on XP (32 b …
0
votes
0answers
40 views
EMV : Cards always answer 6E 00
Hi all,
I have tested 4 EMV French Cards on a PC/SC Reader (Athena Asedrive USB) and I can't do anything. Each card, which works for payments, answers 6E 00 : class incorect
I gi …
1
vote
2answers
547 views
Smart card client certificate doesn’t get registered in Personal store on Win 2003 x64 server
I'm accessing a smart card from c# through the Windows Certificate Store. This works well on many systems. On one system however, it doesn't. The smart card certificate is not adde …
0
votes
1answer
152 views
Client Certificates and FireFox
Hi folks,
I need some help to understand what is happening with my web application.
I have a simple web app (c# .Net 2.0) that uses a smartcard authentication. In my testing box …
0
votes
0answers
162 views
CryptGetProvParam PP_ENUMCONTAINERS shows me only default certificate on smart card
I have Gemalto.NET Smart Card.
I imported 2 certificates into it using Gemalto tools, which use sconnect (which as I suspect use Crypto API to do it when used in IE).
When I run
…
0
votes
1answer
125 views
Java Card Conversion
Hi
I have written a Java Card App and want to upload it to a Card. But the card supports Java 2.1.1 standard. So I am looking for a way of generating a 2.1.1 Compliant CAP file wi …
