Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/o2sa/steganography-tool
A simple Steganography web-based tool.
https://github.com/o2sa/steganography-tool
css html js steganography steganography-tool
Last synced: 13 days ago
JSON representation
A simple Steganography web-based tool.
- Host: GitHub
- URL: https://github.com/o2sa/steganography-tool
- Owner: O2sa
- Created: 2023-01-18T23:18:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-10T19:58:47.000Z (10 months ago)
- Last Synced: 2024-03-10T20:48:41.660Z (10 months ago)
- Topics: css, html, js, steganography, steganography-tool
- Language: JavaScript
- Homepage: https://o2sa.github.io/Steganography-Tool/
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](img.png)
## 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](https://o2sa.github.io/Steganography-Tool).
## 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:
```bash
git clone https://github.com/your_username/steganography-tool.git
```2. Navigate to the project directory:
```bash
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](LICENSE).
## Acknowledgements
- [JavaScript Image Steganography Library](https://example.com): Used for steganography operations.
- [Bootstrap](https://getbootstrap.com): Frontend framework for styling.
- [FontAwesome](https://fontawesome.com): Icon library.