Convert a text document into a png, and back.
This repo contains 2 scripts, 1 for encrypting a file, and 1 for decrypting a file.
- Installation
- Dependencies
- Usage
PILLOW:
pip install pillow
To install the scripts, simply clone this repository, and use the scripts out of the box
To use either script, simply run it as follows:
python <script> <file>
Currently, only pngs are supported.