Metadata-Version: 1.0
Name: m2secret
Version: 0.1
Summary: Encryption and decryption module and CLI utility
Home-page: http://www.heikkitoivonen.net/m2secret
Author: Heikki Toivonen
Author-email: My first name at heikkitoivonen.net
License: Apache Software License
Description: 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.
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries :: Python Modules
