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.
- 🔹 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
git clone https://github.com/your-username/LSB-Embedder.git
cd LSB-Embedderpip install -r requirements.txtpython hide.pypython unHide.pyContributions 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
Distributed under the MIT License. See LICENSE for more information.
💡 Happy Hiding — and Remember: use responsibly!