CAC Client Application Authentication in Python

Posted by Präriewolf on Stack Overflow See other posts from Stack Overflow or by Präriewolf
Published on 2010-03-02T20:50:46Z Indexed on 2010/04/27 19:33 UTC
Read the original article Hit count: 214

Filed under:
|
|

I am building a python application to pull data from a website. The application has to authenticate(HTTPS/SSL) with a CAC card and pin in order to make requests.

Am I correct in my assumptions that you can't retrieve the private key from a CAC card, and am therefore stuck using a PKCS #11 Wrapper like PyKCS?

Any tips or resources for going about this?

© Stack Overflow or respective owner

Related posts about smartcard

Related posts about python