/cryptiles

A simple script to encrypt and decrypt data.

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

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.