This project's idea is to embed informations into images by modifying the binarys inside the file, making the image still usable as usual while carrying an information
Unlike triditional Steganography, this project does not modify any pixel value of the image, making it even more secure.
Fist, make sure you installed python alone side some packages:
- PySide6 - GUI control for Desktop Application
- cryptography - Deals with text encryption
Second, please make sure language.json is in the program folder so dialogs can load, which supports Chinese plus English.
Then you can start on either run python file image_encryptor_gui.py to work with a Desktop Application or import image_encryptor_lib.py to use the utilities in your own program.
This project is licensed under the GPL License - see the LICENCE file for details.