Metadata-Version: 2.0
Name: m2secret-py3
Version: 1.0.dev0
Summary: Encryption and decryption module and CLI utility. Python 2 and 3 compatible.
Home-page: https://github.com/EnTeQuAk/m2secret
Author: Christopher Grebs
Author-email: cg@webshox.org
License: Apache Software License
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Security :: Cryptography
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Framework :: Django
Requires-Dist: cryptography (>=1.8.1)
Provides-Extra: tests
Requires-Dist: mock (==2.0.0); extra == 'tests'
Requires-Dist: pep8 (==1.4.6); extra == 'tests'
Requires-Dist: pytest (==3.0.7); extra == 'tests'
Requires-Dist: pytest-flakes (==1.0.1); extra == 'tests'
Requires-Dist: pytest-pep8 (==1.0.6); extra == 'tests'

.. image:: https://badge.fury.io/py/m2secret-py3.svg
   :target: https://pypi.python.org/pypi/m2secret-py3

.. image:: https://travis-ci.org/EnTeQuAk/m2secret.svg?branch=master
   :target: https://travis-ci.org/EnTeQuAk/m2secret

m2secret is a simple encryption and decryption module and CLI utility built
with the M2Crypto library to make it easy to secure strings and files from
prying eyes.

By default it will use 256-bit AES (Rijndael) symmetric-key cryptography in
CBC mode. Key material is derived from submitted password using the PBKDF2
algorithm.

m2secret originally developed by Heikki Toivonen: http://www.heikkitoivonen.net/m2secret/


