Metadata-Version: 1.0
Name: obfuscate
Version: 0.2.2
Summary: Obfuscate text with classic encryption algorithms
Home-page: http://pypi.python.org/pypi/obfuscate
Author: Steven D'Aprano
Author-email: steve+python@pearwood.info
License: MIT
Description: Obfuscation and classical encryption algorithms
        -----------------------------------------------
        
        Obfuscate and unobfuscate text using classical encryption algorithms.
        
        Includes:
        
        - rot13, rot5, rot18, rot47
        - atbash
        - Caesar cipher
        - Keyword
        - Affine
        - Playfair, Playfair6, Playfair16
        - frob (xor)
        - Vigenere
        - RailFence
        - plus others.
        
        Requires Python 2.5 or 2.6.
        
Keywords: obfuscate,encryption,cipher,text
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Text Processing
Classifier: License :: OSI Approved :: MIT License
