Releases: IlPakoZ/TTI_Encoder.py
TTI v.0.0.2
VERSION 0.0.2 - #16/13/2019#
### Added
- More secure method of key generation;
- Enabling argument passing by console.
TTI v0.0.1
This project enables you to convert any text document saved in any encoding format (ASCII, ANSI, UTF-8, Unicode...) in an image using a locally and randomly generated key file.
The generated image contains the text from your document converted in image data, which can only be decrypted using the key and the Decryption Tool.
To use the Encryption and Decryption Tool you need a working Python 3.7 Interpreter, the png module (which need to be in the same directory as the python script) and the chardet module,
already distributed within the project files.
To use the Encryption Tool, simply open your Python 3.7 Interpreter in the folder in which you extracted the python scripts and execute the command "python ImageColorEncoder.py": the program will automatically run and ask you for the information it needs.
The same happens with the Decryption Tool. The command to run it is "python ImageColorDecoder.py".
To be up to date on the new features, follow me on GitHub.
This project is free to use, share and edit.
Feedbacks and ideas for new features are welcome.
VERSION 0.0.1
- #11/13/2019#
### Added
- Conversion of text files into images and generates a key for decryption;
- Conversion of generated images back to text files using the key.