Metadata-Version: 1.0
Name: pkcs11
Version: 1.0.4
Summary: Python object-oriented wrapper for PKCS11 (Cryptoki) dlls
Home-page: http://www.ultraemail.net:8000/~jbj1/#pkcs11
Author: Jens B. Jorgensen
Author-email: jbj1@ultraemail.net
License: GPL
Download-URL: http://www.ultraemail.net:8000/~jbj1/pkcs11-1.0.4.zip
Description: 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).
Keywords: crypto,pki,pkcs11,c++
Platform: Win32
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: C++
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries :: Python Modules
