PyKCS11 introduction
I will start a new serie about PyKCS11.
What is it?
PyKCS11 is a Python wrapper above the PKCS#11 API. PKCS#11 is a "Cryptographic Token Interface Standard" defined by RSA and used by smart cards (but not only).
If you are a user of PyKCS11 please add a comment. If you have requests about PyKCS11 please also add a comment.
Articles in the serie
- PyKCS11 introduction
- PyKCS11 history
- PyKCS11 provided samples: getinfo.py
- PyKCS11 provided samples: dumpit.py