Metadata-Version: 1.1
Name: m2secret-py3
Version: 1.2
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
Description: .. 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/
        
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
