[opensc-devel] Getting Facial image and Biometrics off Piv Card

2012-05-22 Thread John Curtis
Hello, Sorry to send email on this thread, given that it is dated. However it refers exactly to what I am doing at the moment. First, thanks for the script posted here, it was very helpful! Second, this thread states

Re: [opensc-devel] Getting Facial image and Biometrics off Piv Card

2010-06-07 Thread Douglas E. Engert
; # next 3 need PIN > echo Will read PIN 3 times: fingerprints printedinfo and facialimage > $PDA 2.16.840.1.101.3.7.2.96.16 --login> fingerprints > $PDA 2.16.840.1.101.3.7.2.48.1 --login> printedinfo > $PDA 2.16.840.1.101.3.7.2.96.48 --login> facialimage > > > -----Original Message-----

Re: [opensc-devel] Getting Facial image and Biometrics off Piv Card

2010-06-07 Thread Harry Anuszewski
ntedinfo $PDA 2.16.840.1.101.3.7.2.96.48 --login > facialimage -Original Message- From: Douglas E. Engert [mailto:deeng...@anl.gov] Sent: Wednesday, April 07, 2010 11:12 AM To: Harry Anuszewski Cc: opensc-devel@lists.opensc-project.org Subject: Re: [opensc-devel] Getting Facial image and Bio

Re: [opensc-devel] Getting Facial image and Biometrics off Piv Card

2010-04-07 Thread Douglas E. Engert
program using standard native functions? > > Harry > > -Original Message- > From: Douglas E. Engert [mailto:deeng...@anl.gov] > Sent: Monday, April 05, 2010 6:01 PM > To: Harry Anuszewski > Cc: opensc-devel@lists.opensc-project.org > Subject: Re: [opensc-devel]

Re: [opensc-devel] Getting Facial image and Biometrics off Piv Card

2010-04-07 Thread Harry Anuszewski
-project.org Subject: Re: [opensc-devel] Getting Facial image and Biometrics off Piv Card Harry Anuszewski wrote: > Hello, > > > > I am using openSC-java and want to pull data off a Fips 201 piv card. > The things I'm interested in getting are the facial image and biometric &

Re: [opensc-devel] Getting Facial image and Biometrics off Piv Card

2010-04-05 Thread Douglas E. Engert
Harry Anuszewski wrote: Hello, I am using openSC-java and want to pull data off a Fips 201 piv card. The things I’m interested in getting are the facial image and biometric information. Basically sending some adpu commands and getting byte arrays back. I know openSC is a very extensive l

Re: [opensc-devel] Getting Facial image and Biometrics off Piv Card

2010-04-05 Thread Jim Rees
Harry Anuszewski wrote: I am using openSC-java and want to pull data off a Fips 201 piv card. Doug Engert helped me with this. Once you have the app-id for the object you want, you can fetch it like this: pkcs11-tool -r -y data --login --application-id The app-id for the facial image is 2.1

[opensc-devel] Getting Facial image and Biometrics off Piv Card

2010-04-05 Thread Harry Anuszewski
Hello, I am using openSC-java and want to pull data off a Fips 201 piv card. The things I'm interested in getting are the facial image and biometric information. Basically sending some adpu commands and getting byte arrays back. I know openSC is a very extensive library and have used the basic