Questions tagged [common-access-card]

4 questions
11
votes
1 answer

Configuring Tomcat to accept DOD CAC card certificates

I’m running an application on a stand-alone tomcat 6 server on a Windows box. I want it to be able to request and receive client certificates from DoD CAC cards. I have a client machine running IE that set up correctly to pass the certs from a…
David Harris
  • 705
  • 1
  • 7
  • 16
3
votes
4 answers

How do I automate access to an IIS website that has "require client certificates"?

I work on an IIS6/ASP.NET website that must "require client certificates" in the form of a smart card (specifically a Common Access Card). I need to create a few services to access various URLs on a timer to do things like update search indices,…
Scott Stafford
  • 43,764
  • 28
  • 129
  • 177
0
votes
1 answer

Reading MIFARE access cards data using android NFC

So here is the problem. I'm trying to read the data stored on my work access card using android NFC. I have been able to successfully read the data into data type ByteArray, but when I try to convert this value into a string using Sting(byteArray,…
Weylar
  • 23
  • 1
  • 3
0
votes
1 answer

Reading the number printed on the HID iClass card

I want to read the number printed on the HID iClass(2ks) card. Using WinScard.dll i was able to read the UID and ATR. I had done some research and came to a conclusion that the printed number is a programmed data and might be protected by a PIN. Am…