Skip to content

HassanXTech/Image-Steganography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🖼️ Image Steganography

A simple web-based application that allows you to hide messages inside images (Encode) and extract hidden messages from images (Decode) using basic steganography techniques.

📌 Features

  • Upload an image from your device
  • Enter a secret message to hide inside the image
  • Encode the message into the image
  • Decode and reveal the hidden message
  • Download the encoded image
  • Restart/reset the page easily

🛠️ Technologies Used

  • HTML5 – Structure of the app
  • CSS3 – Styling and layout
  • JavaScript – Encoding & decoding logic

🚀 How to Use

  1. Upload an image using the "Click to upload image" button
  2. Type your message in the text area
  3. Click Encode to hide the message in the image
  4. To reveal a hidden message, upload an encoded image and click Decode
  5. Use Download Image to save the encoded image
  6. Click Restart to start fresh

📂 Project Structure

.
├── index.html      # Main HTML file
├── style.css       # Styling for the app
└── script.js       # Steganography logic

📸 Preview

image

📄 License

This project is licensed under the MIT License – feel free to use and modify it.

About

A simple web-based app to hide and extract secret messages from images using basic steganography techniques.

Topics

Resources

Stars

Watchers

Forks