Steagnox is a web application that employs steganography to conceal sensitive information within images securely. Leveraging advanced encryption techniques, it embeds data seamlessly into the visual content, ensuring imperceptibility to the naked eye. Users can encode confidential text or files into images of their choice, safeguarding them from unauthorized access during transmission or storage. With a user-friendly interface, this tool facilitates seamless integration into various workflows, empowering individuals and organizations to protect their sensitive material effectively.
This Project is for VOIS by team 330 from Army Institute of Technology.
1. Fork this repository.
2. Clone your forked copy of the project.
git clone https://github.com/your_username/Signature-Steganography
3. Navigate to the project directory :
cd Signature-Steganography
4. Install Virtual environment in current directory :
pip install virtualenv
5. Initialise Virtual environment in current directory :
virtualenv venv
6. Activate Virtual environment in current directory :
venv\scripts\activate
7. Install Django inside virtual enviornment :
pip install django
8. Install pillow library inside django for image validation :
pip install pillow
8. Install cv2 library:
pip install opencv-python
10. Try to Run the project :
python manage.py runserver
8. AND there is the project running in your browser.