VI
VibhuDixit-2215001940/LSB-Embedder
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.
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-EmbedderInstall dependencies
pip install -r requirements.txtEmbed a message
python hide.pyUn 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!