Skip to content

tonystdeng/image-encryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PNG Image Information Encrypt/Embedding Python Library/Desktop Application

Explaination

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.

Usage

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.

Licence

This project is licensed under the GPL License - see the LICENCE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages