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, trypip3instead) - Run the script !
python3 main.py(Note: ifpython3doesn't work, trypyorpy -3or simplypythoninstead)
