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... ¯_(ツ)_/¯