Zulqarnain wrote:
Can you any one provide me cfg file my atr "3b670000a81041001f9000"
I don't know if there are any magicians out there that can, but I can tell you what I learned from writing one.

You need to find some manual or specification for your specific smartcard type and read up on the way you communicate with smartcards in general (you need to know what ATR, APDU, etc. mean). Using an ordinary smart card reader (easier in my experience) you then figure out a way to extract a string from the smart card that identifies it. Usually this means selecting a record with "sendAPDU" and reading it with "exchangeAPDU". I used the smart card most abundant in Germany -- the "Geldkarte" is a micro payment chip installed on almost every ATM card, so my choice was the record containing bank ident code and card number.

Once you know which record you can harness and have verified that you can read it, you implement that as a cfg. Just have a look at the other files. Once you realize that the script language is stack based, it's actually pretty simple and straight forward.

I hope this helps more than it spreads confusion... :)

What I didn't figure out, though, was how to make sure that the card is actually authentic.

regards,
Elmar

ps: The end of my story was, that we still bought smart cards from Sun -- some of our users didn't like the idea of sticking their ATM card into a Sun Ray. I guess, they've read too many BOFH stories...
begin:vcard
fn;quoted-printable:Elmar Pr=C3=BC=C3=9Fe
n;quoted-printable:Pr=C3=BC=C3=9Fe;Elmar
org:Max Planck Institute for Marine Microbiology;Microbial Genomics Group
adr:;;Celsiusstr. 1;Bremen;;28359;Germany
email;internet:[EMAIL PROTECTED]
title:PhD Student
tel;work:+49 421 2028 984
x-mozilla-html:FALSE
url:www.mpi-bremen.de
version:2.1
end:vcard

_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to