skip to navigation
skip to content

pkcs11 1.0.4

Python object-oriented wrapper for PKCS11 (Cryptoki) dlls

The C++ extension module provides a nice object-oriented wrapper around a binary PKCS11 module such as the PSM which comes as part of mozilla or the various modules supplied by vendors of hardware crypto tokens.
The interface is somewhat limited as I only covered enough of it to handle the functions defined in the module I care most about (for the Dallas Semiconductor Java iButton) which for actual crypto operations only defines signing hashes and unwrapping keys (browser handles the rest).