Metadata-Version: 1.0
Name: DataPrimitives
Version: 0.5
Summary: Data primitives conversions from ISO 18033 and PKCS#1
Home-page: http://pypi.python.org/pypi/DataPrimitives
Author: Peio Popov
Author-email: peio@peio.org
License: Public Domain
Description: 
        
        Data primitives conversions from ISO 18033 and PKCS#1
        -----------------------------------------------------
        
        Classes to convert between Data Primitives such as 'bit string', 'octet string' and 'integer' as defined and explained in ISO 18033 and PKCS#1.
        
        The implementation created for educational purposes. No optimisations and "tricks" are used and is more easy to be read than optimal to use.
        
        You may turn on detailed explanation mode by suppling a True argument to the main class. Examples included in the README.txt file.
        
Keywords: Data Primitives,bit string,octet string,integer,conversion,OS2BSP,BS2OSP,BS2IP,I2BSP,OS2IP,I2OSP,strxor,strings xor,ISO,PKCS,ISO 18033,PKCS#1
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Education
Classifier: License :: Public Domain
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Security :: Cryptography
