Skip to content

O2sa/Steganography-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steganography Tool

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.

Steganography Tool

Features

  • 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.

Demo

You can try out the Steganography Tool live here.

How to Use

  1. 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.
  2. Extract Hidden Data from an Image:

    • Upload the image containing hidden data.
    • Click the "Extract Data" button to reveal the hidden data.

Installation

To run the Steganography Tool locally, follow these steps:

  1. Clone this repository:

    git clone https://github.com/your_username/steganography-tool.git
  2. Navigate to the project directory:

    cd steganography-tool
  3. Open index.html in your web browser.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/new-feature).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add new feature').
  5. Push to the branch (git push origin feature/new-feature).
  6. Create a new Pull Request.

License

This project is licensed under the MIT License.

Acknowledgements