GitHunt
AV

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.

License
Version
Security

๐Ÿ›ธ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

  1. Select an Image - Upload or drag & drop any PNG/JPEG
  2. Enter Message - Type your secret message
  3. Optional Encryption - Add a password for extra security
  4. 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

  1. Clone the repository:

    git clone https://github.com/Avil-XD/StegoCrypt.git
  2. Start a local server:

    # Using Python
    python -m http.server 8000
    # Or using Node.js
    npx serve
  3. Open http://localhost:8000 in 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