Metadata-Version: 2.1
Name: easyencrypt
Version: 0.0.1
Summary: Easy Encryption
Home-page: https://github.com/WKHAllen/easyencrypt
Author: Will Allen
Author-email: wkhallen@gmail.com
License: MIT
Keywords: encrypt decrypt cryptography security
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Security :: Cryptography
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: rsa
Requires-Dist: cryptography

Easy Encryption
===============

Source: `github.com/WKHAllen/easyencrypt <https://github.com/WKHAllen/easyencrypt>`_

Contents
--------

Hashing, symmetric encryption, and public/private key encryption functions.

Dependencies
------------

* `rsa <https://pypi.python.org/pypi/rsa>`_
* `cryptography <https://pypi.python.org/pypi/cryptography>`_

Installation
------------

::

    $ pip install easyencrypt


