textcrypt

A simple text encryption library


Keywords
encryption
License
MIT
Install
pip install textcrypt==0.0.5

Documentation

encryption

A minimal Python encryption class

To setup simply type: pip install textcrypt

Functions: keyGen(size=16) encrypt(textToEncrypt, encryptionKey) decrypt(textToDecrypt, encryptionKey)