So I have one of these smart cards and started just fooling around with it.
It looks to be a Oberthur CS PIV End Point v1.08 FIPS201 Certified smartcard. Looking at their webpage they do indeed make the registered traveler card. Fly Clear card: ATR: 3b db 96 00 81 b1 fe 45 1f 03 80 f9 a0 00 00 03 48 00 00 00 01 49 Oberthur PIV : ATR: 3B DB 96 00 81 B1 FE 45 1F 03 80 F9 A0 00 00 03 08 00 00 10 00 18 The regular PIV drivers fails to read the card properly however some google searching found a Solaris smart card reader application configuration file for this exact card here: http://blogs.sun.com/ThinkThin/resource/7dec2008-thinkthin-OberthurCS.cfg Using the APDU commands within this config file I managed to get something out of the card: opensc-tool --send-apdu 00A4040007A0000001510000 Sending: 00 A4 04 00 07 A0 00 00 01 51 00 00 Received (SW1=0x90, SW2=0x00): 6F 6D 84 07 A0 00 00 01 51 00 00 A5 62 73 2F 06 om......Q...bs/. 07 2A 86 48 86 FC 6B 01 60 0C 06 0A 2A 86 48 86 .*.H..k.`...*.H. FC 6B 02 02 01 01 63 09 06 07 2A 86 48 86 FC 6B .k....c...*.H..k 03 64 0B 06 09 2A 86 48 86 FC 6B 04 01 05 9F 6E .d...*.H..k....n 2A 20 50 50 00 40 41 40 91 00 5F 72 52 98 00 08 * p...@a@.._rR... 34 98 00 11 42 80 04 11 43 80 04 11 44 80 04 13 4...B...C...D... 02 00 00 11 45 80 52 18 10 00 00 9F 65 01 FF ....E.R.....e.. Seems kind of interesting. Not sure anything can be done with this card. Figured I would share my findings and maybe hear what others have to say. - Nick _______________________________________________ opensc-devel mailing list opensc-devel@lists.opensc-project.org http://www.opensc-project.org/mailman/listinfo/opensc-devel