Skip to content

CarbonMaster/Image-Hider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image_Hider

Python program for hiding images!

This program has following functions:

  • Encrypting image with decryption text file
  • Encrypting image within alpha channel of another image
  • Image encryption with both methods above
  • ... and decyption of all three of those.
  • Scrambling an image
  • Colour mixup of image
  • Generating and reading QR codes

To have it working you need: Python 3 pip

... and libraries: PIL numpy hashlib tkinter pyzbar cv2 qrcode

How to install those libraries? pip install (library name here)

Usage: If You have installed all required libraries from above, it should be ready to run by just doubleclick! If however it doesn't work... ¯_(ツ)_/¯

About

Python software for hiding image inside another image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages