Skip to content

Steagnox is a web application that uses steganography to hide confidential data within images. This allows users to encode sensitive information in an image file without altering its appearance, ensuring discreet and secure communication during transmission.

Notifications You must be signed in to change notification settings

AryanDeswal/Steagnox

Repository files navigation

Hi 👋, Coders

Welcome to Steagnox

🎇 Steagnox 🎇

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.

Why this project :

This Project is for VOIS by team 330 from Army Institute of Technology.

Tech Stacks :

html5 css3 css3 css3

Contributors :

How To Setup The Project

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.

About

Steagnox is a web application that uses steganography to hide confidential data within images. This allows users to encode sensitive information in an image file without altering its appearance, ensuring discreet and secure communication during transmission.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published