deterministic_encryption_utils

Common encryption utilities for the implementation of simple encryption/decryption views.


Keywords
encryption, view, decryption, library
License
MIT
Install
pip install deterministic_encryption_utils==0.3.0.post1

Documentation

deterministic_encryption_utils

https://secure.travis-ci.org/seiferma/deterministic_encryption_utils.png?branch=master

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).