Steganography project with gui. Hides text inside image. Least Significant Algorithm (LSB) is used to hide the text.
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.
- Python
- tkinter
- Pillow PIL
pip install Pillow==7.2.0
pip install tk==0.1.0
python ImageS.py