Metadata-Version: 1.1
Name: rc2
Version: 0.11
Summary: RC2 (Rivest's Cipher version 2) Cipher
Home-page: http://kkoha.tistory.com/entry/Python-RC2
Author: koha
Author-email: kkoha@msn.com
License: UNKNOWN
Description: 
        This module implements the RC2 (Rivest's Cipher version 2) encryption algorithm in pure python, specified in RFC 2268.
        
        ECB and CBC modes are supported.
        
        Original source code : https://github.com/0xEBFE/RC2-python/blob/master/rc2.py
        
        Backorting Python 3 Code to Python 2.7.x by koha <kkoha@msn.com>
        
        
Keywords: RC2,ARC2,crypto,symmetric-key block cipher,Ron Rivest,Ron's Code,Rivest Cipher,64-bit block cipher
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Security :: Cryptography
