Metadata-Version: 1.1
Name: pythales
Version: 0.52
Summary: python thales hsm simulator
Home-page: https://github.com/timgabets/pythales
Author: Tim Gabets
Author-email: tim@gabets.ru
License: LGPLv2
Description: pythales
        ========
        
        A primitive implementation of Thales HSM (hardware security module) simulator. Only the basic HSM commands are implemented:
        * BU - Generate a Key check value 
        * CA - Translate PIN from TPK to ZPK 
        * CY - Verify CVV/CSC
        * DC - Verify PIN
        * EC - Verify an Interchange PIN using ABA PVV method
        * HC - Generate a TMK, TPK or PVK
        * NC - Diagnostics information
        
        The HSM simulator was written according to Thales payShield 9000 Host Command Reference manual.
        
Keywords: thales hsm
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
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 :: Communications
Classifier: Intended Audience :: Developers
