cryptiles

A simple script to encrypt and decrypt data.


License
BSD-1-Clause
Install
pip install cryptiles==0.1

Documentation

cryptiles

A simple script to encrypt and decrypt data.

Build Status

Cryptile is a script to encrypt data by using XOR from the method Cipher in the lib pycrypto.

Setup

pip install cryptiles

python setup.py install

This is not a strong cryptograph method, do not use with sensible data.