Avil-XD/StegoCrypt
A modern, secure steganography tool for hiding messages in images. Built with clean, vanilla JavaScript and focused on user privacy.
StegoCrypt ๐
A modern, secure steganography tool for hiding messages in images. Built with clean, vanilla JavaScript and focused on user privacy.
๐ธHow to run?
Visit ๐ StegoCrypt Live to try it instantly in your browser.
โจ Features
- Secure Message Hiding - Uses LSB steganography with AES-256 encryption
- Multiple Output Options - Choose between quality and file size
- Client-Side Only - Your data never leaves your browser
- Modern UI/UX - Clean interface with dark mode support
- No Dependencies - Pure JavaScript implementation
- Mobile Responsive - Works on all devices
๐ How It Works
- Select an Image - Upload or drag & drop any PNG/JPEG
- Enter Message - Type your secret message
- Optional Encryption - Add a password for extra security
- Download - Get your image with hidden message
The tool uses LSB (Least Significant Bit) steganography to hide your message in the image's pixel data. When encryption is enabled, messages are secured with AES-256 before embedding.
๐ก๏ธ Security
- Client-side encryption using AES-256
- No server communication - everything happens in your browser
- Message capacity automatically calculated
- Optional password protection
๐ป Local Development
-
Clone the repository:
git clone https://github.com/Avil-XD/StegoCrypt.git
-
Start a local server:
# Using Python python -m http.server 8000 # Or using Node.js npx serve
-
Open
http://localhost:8000in your browser
๐ค Contributing
Contributions are welcome! Please check our Contributing Guidelines for details on how to submit pull requests, report issues, and contribute to the project.
๐ License
This project is licensed under the MIT License - see the LICENSE file for details.
โก Performance
- Fast processing even with large images
- Automatic image optimization
- Progressive loading
- Responsive UI with instant feedback
๐ง Browser Support
- Chrome (Latest)
- Firefox (Latest)
- Safari (Latest)
- Edge (Latest)
๐ Features Coming Soon
- Dark/Light theme support
- Drag and drop interface
- Mobile responsive design
- Multiple file processing
- Custom steganography algorithms
- Image preprocessing options
Made with โค๏ธ by Avil