Skip to content

A simple python application to hide data in images using steganography.

Notifications You must be signed in to change notification settings

Nithinrcm/Steganography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Steganography Security System

Overview

This Python-based application provides a graphical user interface (GUI) for steganography, specifically focusing on hiding and revealing text messages within image files using the LSB (Least Significant Bit) technique.

Tech Stack

  • Tkinter: GUI library for Python.
  • Pillow (PIL): Python Imaging Library for image processing.
  • Stegano: Python library for LSB steganography.

Features

  • Open Image: Select an image file (PNG or JPG) to work with.
  • Hide Message: Input a text message and hide it within the selected image.
  • Save Image: Save the modified image with the hidden message.
  • Show Message: Reveal and display the hidden message from a previously modified image.

Output

image

Installation

Ensure you have Python 3.x installed, and install the required dependencies:

pip install Pillow
pip install stegano

About

A simple python application to hide data in images using steganography.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages