Skip to content

Python program able to encrypt plain text files into images using a key.

Notifications You must be signed in to change notification settings

IlPakoZ/TTI_Encoder.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TTI Encoder

This python 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 TTI_Encoder.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 TTI_Decoder.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.

About

Python program able to encrypt plain text files into images using a key.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages