- 🔒 Secure Browser-Based Processing - All operations happen locally in your browser
- 🚫 Zero Data Transfer - Your images and messages never leave your device
- 🎨 Modern UI/UX - Beautiful, responsive design with smooth animations
- 🔍 Easy to Use - Simple drag-and-drop interface for image uploads
- 📱 Mobile Friendly - Works great on all devices
Visit steg.fun and start hiding messages! Or run it locally:
# Clone the repository
git clone https://github.com/debugdotdog/steg.fun
# Start with Docker
docker-compose up -d
# Visit http://localhost:8000
steg.fun uses LSB (Least Significant Bit) steganography to hide messages in images:
- 📸 Upload any image
- ✍️ Type your secret message
- 🎭 Click "Hide Message"
- 📥 Download your encoded image
- 🔓 Share it with anyone who needs to read the hidden message
The changes to the image are imperceptible to the human eye, but contain your secret message!
- All processing happens locally in your browser
- No data is ever transmitted to any server
- Images and messages stay on your device
- For sensitive data, consider additional encryption
- Docker
- Docker Compose
- Clone the repository:
git clone https://github.com/debugdotdog/steg.fun
- Start the development server:
docker-compose up -d
- Visit http://localhost:8000 in your browser
Contributions are welcome! Here's how you can help:
- 🐛 Report bugs
- 💡 Suggest features
- 🔧 Submit pull requests
- 📚 Improve documentation
Please read our Contributing Guidelines before making a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
Made with ❤️ by debug.dog
Built with 🌟 by the community, for the community