Midori’s PyKCS11 is a PKCS11 API wrapper for Python.

Features:

- Wraps the PKCS#11 API so it can be easly used from Python.
- Wratures:

- Wraps the PKCS#11 API so it can be easly used from Python.
- Wraps almost all the PKCS#11 functions
- Make massive use of Python lists/tuples
- Generated using SWIG compiler (a wrapper generator): You can easly modify it, making just very little changes, because most of the code is automatically generated by SWIG (the code written is just a wrappper between PKCS#11 APIs and SWIG, to let you use Python tuples instead of strange data structures)

PyKCS11 let you access to almost all PKCS#11 functions and data types using any PKCS#11 library, such as the various modules supplied by smartcard vendors.

The wrapper comes with 2 interfaces: a low level and very thin interface over the original PKCS#11 API, generated using the SWIG compiler (designed for library tests); and an high level interface that offers a simpler access (with few limits) to the PKCS#11 APIs.


Download from: Sourceforge




Author:
admin
Time:
Sunday, May 18th, 2008 at 5:20 pm
Category:
Python Modules
Comments:
You can leave a response, or trackback from your own site.
RSS:
You can follow any responses to this entry through the RSS 2.0 feed.
Navigation:

Leave a Reply