GitHunt
VI

LSB-Embedder — educational steganography utilities (for benign research & defense only)

🖼️ LSB-Embedder

LSB-Embedder is a simple, educational toolkit for exploring Least Significant Bit (LSB) steganography.
It allows you to embed text or files inside images and extract them later, demonstrating how information can be hidden in plain sight.

⚠️ This project is for educational and research purposes only.
Do not use it to conceal or distribute malicious content.


✨ Features

  • 🔹 Embed text messages or entire files inside PNG images
  • 🔹 Extract hidden content from stego-images
  • 🔹 Lightweight, simple CLI interface
  • 🔹 Easy-to-read, well-documented code for learning

🚀 Getting Started

Clone the repo

git clone https://github.com/your-username/LSB-Embedder.git
cd LSB-Embedder

Install dependencies

pip install -r requirements.txt

Embed a message

python hide.py

Un Embedded a msg

python unHide.py

🧑‍💻 Contributing

Contributions are welcome!

  • Fork the project
  • Create your feature branch (git checkout -b feature/your-feature)
  • Commit your changes (git commit -m 'Add feature')
  • Push to the branch (git push origin feature/your-feature)
  • Open a Pull Request

📜 License

Distributed under the MIT License. See LICENSE for more information.

💡 Happy Hiding — and Remember: use responsibly!