Steganography Tool is a simple web application that allows users to hide their data inside pictures using steganography techniques. This tool is built using HTML, CSS, and JavaScript.
- Hide Data in Images: Users can upload an image and embed their secret data into it.
- Extract Hidden Data: Users can extract hidden data from images.
- Supported Formats: Supports various image formats for hiding and extracting data.
- User-friendly Interface: Simple and intuitive user interface for ease of use.
You can try out the Steganography Tool live here.
-
Hide Data in an Image:
- Upload the image you want to embed your data into.
- Enter your secret message or data.
- Click the "Hide Data" button to embed the data into the image.
- Download the modified image with the hidden data.
-
Extract Hidden Data from an Image:
- Upload the image containing hidden data.
- Click the "Extract Data" button to reveal the hidden data.
To run the Steganography Tool locally, follow these steps:
-
Clone this repository:
git clone https://github.com/your_username/steganography-tool.git
-
Navigate to the project directory:
cd steganography-tool
-
Open
index.html
in your web browser.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/new-feature
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/new-feature
). - Create a new Pull Request.
This project is licensed under the MIT License.
- JavaScript Image Steganography Library: Used for steganography operations.
- Bootstrap: Frontend framework for styling.
- FontAwesome: Icon library.