Image Steganography is a project focused on hiding secret information within digital images. Using this tool, users can embed and extract hidden messages or data from images securely.
- Embed Messages: Hide text messages within images without distorting the visible quality of the image.
- Extract Messages: Retrieve hidden messages from encoded images.
- Secure Encoding: Utilize secure algorithms to ensure the hidden data is not easily detectable.
- User-Friendly Interface: Simplified and intuitive interface for embedding and extracting messages.
- Programming Language: Python
- Libraries:
Pillowfor image processing.- Other libraries for encryption or data transformation (e.g.,
numpyorcryptography, if applicable).
Ensure you have Python installed on your system. You can download it from python.org.
-
Clone the repository:
git clone https://github.com/Vijayadeep19/Image-Steganography.git cd Image-Steganography -
Install the required dependencies:
pip install -r requirements.txt
-
Start the Process:
- Open the Code master.py
- Make sure to install pakages
- Run the python file
-
Embedding a Message:
- Click on the "Encode" option
- Provide the path to the image, the secret message, and the output file name and destination.
-
Extracting a Message:
- Click on "decode" option
- Provide the path to the encoded image to retrieve the hidden message.
Selection Page
Encoding Page
Decoding Page
Feel free to reach out for questions or suggestions!