8000 GitHub - coffeak/Steganography-Tool: A simple Python-based GUI application for hiding and extracting secret files within images using LSB (Least Significant Bit) steganography.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A simple Python-based GUI application for hiding and extracting secret files within images using LSB (Least Significant Bit) steganography.

Notifications You must be signed in to change notification settings

coffeak/Steganography-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Steganography Tool 🖼🔒

pr4

A simple Python-based GUI application for hiding and extracting secret files within images using LSB (Least Significant Bit) steganography.

Features 🚀

  • Hide any file (PDF, TXT, DOCX, etc.) inside an image (PNG).
  • Extract hidden files with automatic file format detection.
  • User-friendly GUI using Tkinter.
  • Preserves file extensions, making extraction seamless.

Requirements 📦

Make sure you have Python 3.7+ installed, then install dependencies:

pip install pillow stepic

How to Use 🛠

Embedding Data:

  1. Click "Browse" and select a cover image (PNG).
  2. Click "Browse" and select the secret file (PDF, TXT, etc.).
  3. Click "Embed Data", choose the output location, and save the modified image.

Extracting Data:

  1. Click "Browse" and select the image containing hidden data.
  2. Click "Extract Data", and choose where to save the recovered file.
  3. The original file will be restored with the correct extension.

Developer 👨‍💻

Developed by www.coffeak.com

About

A simple Python-based GUI application for hiding and extracting secret files within images using LSB (Least Significant Bit) steganography.

Resources

Stars

Watchers

Forks

3A62 0 forks

Releases

No releases published

Packages

No packages published

Languages

0