Metadata-Version: 1.1
Name: py-hsm
Version: 2.5.0
Summary: Simplified API for interfacing PKCS#11 compliant HSMs and devices.
Home-page: https://github.com/bentonstark/py-hsm
Author: Benton Stark
Author-email: benton.stark@gmail.com
License: GPL
Download-URL: https://github.com/bentonstark/py-hsm/archive/2.5.0.zip
Description-Content-Type: UNKNOWN
Description: A simplified, easy to use PKCS#11 HSM client for Python.
        You can use any PKCS#11 (aka Cryptoki) module supplied by vendors of Hardware
        Security Modules (HSMs) such as SafeNet/Gemalto Luna, Utimaco, FutureX, Thales, Cavium,
        and DNSSec's SoftHSM.  This client supports the PKCS 11 OASIS standard v2.20 and requires
        the companion, cross-platform, open source shared library libhsm.so / libhsm.dll.
        
        The source code to compile and install libhsm.so can be found via the following link.
            https://github.com/bentonstark/libhsm/archive/2.4.0.zip
        
Keywords: pkcs#11,pkcs11,hsm,cryptopgraphy,hardware security module,security,RSA,Elliptic Curve,AES
Platform: Win32 Unix
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: OS Independent
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Security
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries :: Python Modules
