Metadata-Version: 1.1
Name: deterministic-encryption-utils
Version: 0.3.0
Summary: Common encryption utilities for the implementation of simple encryption/decryption views.
Home-page: https://github.com/seiferma/deterministic_encryption_utils
Author: Stephan Seifermann
Author-email: seiferma@t-online.de
License: MIT
Description: deterministic_encryption_utils
        ==============================
        .. image:: https://secure.travis-ci.org/seiferma/deterministic_encryption_utils.png?branch=master
            :target: http://travis-ci.org/seiferma/deterministic_encryption_utils
        
        Description
        -----------
        deterministic_encryption_utils is a library containing common encryption and decryption utilities for encrypted views on files. It consists of a Encryption/Decryption class that provides filename and file encryption based on AES.ECB with salted (256bit) keys. The salt providers for the filenames and files can be extended.
        
        Installation
        ------------
        The library is available for Python 3 via pypi (deterministic_encryption_utils).
        
        
Keywords: encryption view decryption library
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
