Metadata-Version: 1.1
Name: pyDes
Version: 2.0.1
Author: Todd Whiteman
Author-email: twhitema at gmail com
Home-page: http://twhiteman.netfirms.com/des.html
Download-url: http://twhiteman.netfirms.com/pyDES/pyDes-2.0.1.zip
Summary: Pure python implementation of DES and TRIPLE DES encryption algorithm
License: Public Domain
Description: This algorithm is a pure python implementation of the DES and Triple DES
        algorithms. Triple DES is either DES-EDE3 with a 24 byte key, or DES-EDE2 with
        a 16 byte key.
Keywords: DES,TRIPLE-DES,ENCRYPTION,ALGORITHM,SECURITY
Platform: All
Classifier: License :: Freeware
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Security :: Cryptography
