Helium-He / Image-Steganography

Image Steganography Using Python and Tkinter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Steganography Using Python and tkinter

Steganography project with gui. Hides text inside image. Least Significant Algorithm (LSB) is used to hide the text.

What is Steganography ?

Steganography is the practice of concealing a file, message, image, or video within another file, message, image, or video.

Here in this code we give image and text to be concealed in an image and press Encode. To retrieve the data press Decode.

Encode Preview:

alt text

Decode Preview:

alt text

Requirements

  • Python
  • tkinter
  • Pillow PIL

How to run?

pip install Pillow==7.2.0 
pip install tk==0.1.0
python ImageS.py

Reference

Feel free to Help and learn. (^_^)

Note: This software is best compatiable with .png images

About

Image Steganography Using Python and Tkinter

License:MIT License


Languages

Language:Python 100.0%