Cross Platform Encryption Application, that allows you to encrypt text or entire files, using a self made two way symmetric key encryption algorithm. Frontend implemented using Kivy.
(Ignore the ugly color palette it was a phase.)
- Download the repository to your device.
- Make sure your system has Python 3 Installed
$ python --version
- Install the depencencies
$ cd ./RELEASE_SOURCE
$ pip install -r requirements.txt
- Execute "Pycrypt.py" by doube clicking or through the terminal.