Metadata-Version: 1.1
Name: Encry
Version: 1.2
Summary: A simple encryption module meant for running in the command line, and from python
Home-page: encry.cpnerd.koding.io/Encry.py
Author: CPNerd
Author-email: shadow889566@gmail.com
License: MIT
Description: 
        Welcome To Encry!
        
        This is a simple, and fairly insecure Encryption module for python
        
        This is meant to be perfect for Just stuff like chat messages
        
        To use simply type this command once installed
        	$ Encry.py --help
        Note:
        	this command may change (see changelog)
        
        You can the use it as you would a normal command
        	$ Encry.py -e test -d
        	this meanse encrypt(-e) the message(test) with the default key(-d)
        	you can get a randomly generated key with -r
        	to decrypt do:
        	<code>
        		$ Encry.py --entry 1 -d
        	</code>
        		 this means look for entry(1) in output.txt and decrypt it(-d)
        
        You can also use this as a python module, simply type:
        	>>>import Encry
        	that's it!
        
        better documentation coming soon!
        
        Changelog:
        
        -1.1.1: Added a changelog
        -1.1.2: improved the documentatio
        -1.1.2.1: Removed the annoying formating on the README fi
        -1.1.3: Added some backdoor stuff to get ready for 1.2
        -1.2: Added Joshification
        	You can now type --settings -J to get a much more humerous version of the Encry.py command
        	Fixed nothing working
        	Fixed error messages that sprung from the wrong error message
        
        Thank you guys so much for all the downloads!
        Please, If you have any bug reports or ideas, Please email me:
        shadow889566@gmail.com
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
