Skip to content

Devp31/steggui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🖼️🔐 Steganography GUI Tool

A simple and interactive Image Steganography Tool built with Python Tkinter.
It allows you to hide secret messages inside images securely using encryption and retrieve them with a password.


✨ Features

  • 🔒 Password-based Encryption (using Fernet symmetric encryption)
  • 🖼️ Encode Messages into PNG images
  • 🔍 Decode Hidden Messages with correct password
  • 🎨 Simple and user-friendly GUI built with Tkinter
  • 📂 Save and load encoded images

🚀 Installation

git clone https://github.com/yourusername/steganography-gui-tool.git
cd steganography-gui-tool
pip install -r requirements.txt

▶️ Usage

Run the tool with:

python steggui.py

Encode Mode

  1. Select an image (.png format recommended)
  2. Enter your secret message 📝
  3. Enter a password 🔑
  4. Save the new stego-image 🎉

Decode Mode

  1. Select the stego-image 🖼️
  2. Enter the correct password 🔑
  3. View the hidden message 💬

📦 Requirements

  • Python 3.8+
  • Pillow
  • Cryptography

Install dependencies:

pip install -r requirements.txt

📸 Screenshot

Add a screenshot of your GUI app here for better presentation.


📜 License

This project is licensed under the MIT License.

About

This repo contain a steganography tool in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages