Skip to content

A simple web app for hiding secret messages in images using steganography techniques. Users can encode text in images and decode hidden messages from stego images. Built with Flask, StepIC library, drag and drop file uploads, and a clean UI.

License

Notifications You must be signed in to change notification settings

THARUNESHWAR-369/steganography-home

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python Maintenance Maintenance Maintenance

Image Steganography Web App

This is a simple web application that allows users to encode and decode hidden messages in images using steganography.

Screnshoots

Encoding

image

Upload Image and Type Secret Data

image

Click Upload Button

image

Downloaded Successfully

image image

Decoded Image

image

Features

  1. Encode text messages into images
  2. Decode hidden messages from steganographed images
  3. Drag and drop image uploading
  4. Download encoded image
  5. Clean and responsive UI

Usage

  1. Select between encoding and decoding modes
  2. Upload an image by drag and drop or file selection
  3. Enter secret text to encode
  4. Upload steganographed image to decode

Encoding

To encode a hidden message:

  1. Select the "Encode" option
  2. Upload an image file
  3. Enter your secret text message
  4. Click "Upload" to encode the image
  5. Download the encoded image with your hidden message

Decoding

To decode a hidden message:

  1. Select the "Decode" option
  2. Upload the steganographed image containing the hidden message
  3. The decoded secret message will be displayed

Built With

  1. Flask - Python web framework
  2. StepIC - Image steganography library
  3. jQuery - JavaScript library for AJAX and DOM manipulation
  4. HTML/CSS/JS - Frontend UI

Future Scope

  1. Support video steganography in addition to images
  2. Add user accounts and authentication to allow saving encoded media
  3. Implement more advanced encoding algorithms like LSB steganography

About

A simple web app for hiding secret messages in images using steganography techniques. Users can encode text in images and decode hidden messages from stego images. Built with Flask, StepIC library, drag and drop file uploads, and a clean UI.

Topics

Resources

License

Stars

Watchers

Forks