GUI app for image steganography in python
- Encrypt a message in any png or jpg image file.
- Decrypt the message from a png or jpg image file.
- clone the repo.
- (Optional): Create a virtual environment using
venv
. - Install requirements using pip:
pip install -r requirements.txt
(Note: if pip doesn't work, trypip3
instead) - Run the script !
python3 main.py
(Note: ifpython3
doesn't work, trypy
orpy -3
or simplypython
instead)