8000 GitHub - rajtilak-2020/StegoWeb: StegoWeb is a web-based tool to hide secret messages inside images using client-side steganography. It uses the LSB (Least Significant Bit) technique to encode and decode text without uploading files to a server.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

StegoWeb is a web-based tool to hide secret messages inside images using client-side steganography. It uses the LSB (Least Significant Bit) technique to encode and decode text without uploading files to a server.

License

Notifications You must be signed in to change notification settings

rajtilak-2020/StegoWeb

Repository files navigation

🕵️‍♂️ StegoWeb

StegoWeb is a fully client-side steganography tool that allows users to encode text messages inside images and decode them back with ease. It provides a private and secure way to hide messages inside PNG or JPEG files using the Least Significant Bit (LSB) technique — right from the browser.


🚀 Features

  • 📤 Upload image (PNG/JPG)
  • 📝 Input secret message
  • 🔐 Encode message using LSB technique
  • 👁️ Preview and download stego image
  • 🧩 Optional: Decode hidden messages from images
  • 💻 100% client-side (No server required)

📸 How It Works

graph TD
    A[User Uploads Image] --> B[User Inputs Secret Text]
    B --> C[Text Converted to Binary]
    C --> D[LSB Bits of Image Pixels Modified]
    D --> E[New Image Created with Hidden Data]
    E --> F[User Downloads Stego Image]
    F --> G[Optional: Upload to Decode]
    G --> H[Extract LSB Bits and Rebuild Message]
Loading

🧑‍💻 Technologies Used

  • HTML5 + CSS3
  • TailwindCSS (for styling)
  • JavaScript (Vanilla)
  • Canvas API (for image processing)

📂 Project Structure

StegoWeb/
├── index.html
├── styles/
│   └── style.css
├── scripts/
│   ├── encode.js
│   └── decode.js
├── assets/
│   └── logo.png
└── README.md

🛡️ Security Disclaimer

This is a basic steganography tool and should not be used for encrypting or hiding highly sensitive or confidential information. It offers simple LSB encoding for educational and experimental purposes.


📄 License

MIT License © 2025 K Rajtilak


🌐 Live Preview

Deployed on Vercel Click Here


About

StegoWeb is a web-based tool to hide secret messages inside images using client-side steganography. It uses the LSB (Least Significant Bit) technique to encode and decode text without uploading files to a server.

Topics

Resources

License

Stars

Watchers

Forks

0