Skip to content

Hide messages in images with our easy Django steganography tool! Keep your secrets safe and share them discreetly!

License

Notifications You must be signed in to change notification settings

mymadhavyadav07/Steganographic-Encoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🔓📸 Steganographic Encoder/Decoder

Steganography

Welcome to the Steganographic Encoder/Decoder project! This Django-based application allows you to encode messages into images and decode them back, providing a fun and educational way to explore the world of steganography.

📚 Table of Contents

✨ Features

  • Encode Messages: Hide your secret messages within images.
  • Decode Messages: Extract hidden messages from steganographic images.
  • User-Friendly Interface: Easy-to-navigate web interface built with Django.
  • Image Support: Supports various image formats (PNG, JPEG).

⚙️ Technologies Used

  • Django: A high-level Python web framework for building web applications.
  • Pillow: Python Imaging Library for opening, manipulating, and saving many different image file formats.
  • HTML/CSS: For crafting an appealing user interface.
  • JavaScript: For dynamic frontend interactions.

🛠️ Installation

To get started with the Steganographic Encoder/Decoder project, follow these steps:

  1. Clone the repository:
    git clone https://github.com/mymadhavyadav07/Steganographic-Encoder.git
    cd Steganographic-Encoder
    
  2. Install the required packages:
    pip install -r requirements.txt
  3. Run migrations:
    python manage.py migrate
  4. Start the development server:
    python manage.py runserver
  5. Access the application at http://127.0.0.1:8000

🧾 License

  • This project is licensed under the MIT License - see the LICENSE file for details.

📧 Contact

Made with ❤ by Madhav