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.
- 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).
- 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.
To get started with the Steganographic Encoder/Decoder project, follow these steps:
- Clone the repository:
git clone https://github.com/mymadhavyadav07/Steganographic-Encoder.git cd Steganographic-Encoder
- Install the required packages:
pip install -r requirements.txt
- Run migrations:
python manage.py migrate
- Start the development server:
python manage.py runserver
- Access the application at http://127.0.0.1:8000
- This project is licensed under the MIT License - see the LICENSE file for details.