From: Frank M. <mo...@in...> - 2013-06-04 18:07:03
|
On Tuesday, June 04 at 09:39AM, Luke B wrote: > On 6/3/2013 4:05 PM, Luke B wrote: > > > > > > I am sorry if this is the wrong place to ask. I am interested in reading > > the CHUID off of a PIV-II card and getting it in a format that I could > > easily process in a Bash script. > > > > > > Is there an easy way to do this using OpenSC? I am able to read objects > > using PKCS15-Tool -R , but then I am not sure how to process the object > > dump. Are there tools for this? > > > > > > > Yes. I will send you by seperate e-mail a program(s) to look at some of > > the objects on the card.> > > > > Thanks, I got it and it looks really helpful! > > > > > > Right now I am using a contact reader. I also have a contactless reader. > > Looking at 800-73, it looks like the CHUID should also be accessible > > through the contactless reader. I have libnfc up and > > > running and I am able to see the card, but I am unable to find out how > > to pull down the objects or process them. > > > > I would be interested in that too. > > > > AFAIK, NIST does not want authentication being done over NFC. > > > > That is probably wise... > > I did find this project, which may help but I have not been able to get it > to work: > https://code.google.com/p/ifdnfc/source/browse/#git%253Fstate%253Dclosed Make sure your libnfc-device is mentioned in the Info.plist https://code.google.com/p/ifdnfc/source/browse/src/Info.plist.in -- Frank Morgner Virtual Smart Card Architecture http://vsmartcard.sourceforge.net OpenPACE http://openpace.sourceforge.net IFD Handler for libnfc Devices http://sourceforge.net/projects/ifdnfc |