Skip to content

Pramsh/cryptedJPG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Before the script

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.

Overview

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.

Requirements

  • Python 3.x installed. Get it here.
  • Windows users can double-click install_py.bat to install Python.

How to Use

  1. Navigate to the directory containing main.py.
  2. Place a jpg image into the directory.
  3. Run the script with:
  • JPG:
    python3 main.py image.jpg
  • PNG
    python3 main.py image.png
  1. 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.
Example:
python3 main.py secret_image.jpg

I left an image with written something in it, are u able to find out what?

Notes

  • Only works with JPG adn PNG images.

Enjoy hiding and retrieving secret messages!

About

Read and write hidden messages within JPGs and PNGs bytes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published