This script is provided for educational and informational purposes only. It is intended to be used responsibly and ethically, with no intent to cause harm, violate any laws, or infringe on the rights of others. The creators of this script disclaim any responsibility for misuse or illegal activities carried out with this tool. Users are encouraged to ensure their actions comply with applicable laws and regulations and to use this script only for legitimate and constructive purposes.
This Python script hides secret messages within JPG or PNG files by modifying their bytes. You can also retrieve hidden messages from JPGs or PNGs.
- Python 3.x installed. Get it here.
- Windows users can double-click
install_py.batto install Python.
- Navigate to the directory containing
main.py. - Place a jpg image into the directory.
- Run the script with:
- JPG:
python3 main.py image.jpg
- PNG
python3 main.py image.png
- Choose an option:
- Write message into the JPG or PNG.
- Read hidden message from the JPG or PNG.
- Delete hidden message from the JPG or PNG.
python3 main.py secret_image.jpgI left an image with written something in it, are u able to find out what?
- Only works with JPG adn PNG images.
Enjoy hiding and retrieving secret messages!