Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k-sameer701/image-steganography
Image steganography is a method for hiding secret data inside digital images, making it virtually undetectable to the human eye. It's used for secure communication, copyright protection, and data concealment. Extraction requires specialized software and decryption keys.
https://github.com/k-sameer701/image-steganography
decryption encryption github gui image image-steganography image-steganography-tool python tkinter
Last synced: 2 months ago
JSON representation
Image steganography is a method for hiding secret data inside digital images, making it virtually undetectable to the human eye. It's used for secure communication, copyright protection, and data concealment. Extraction requires specialized software and decryption keys.
- Host: GitHub
- URL: https://github.com/k-sameer701/image-steganography
- Owner: k-sameer701
- License: agpl-3.0
- Created: 2023-09-10T05:17:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-12T01:10:52.000Z (6 months ago)
- Last Synced: 2024-07-12T02:42:41.534Z (6 months ago)
- Topics: decryption, encryption, github, gui, image, image-steganography, image-steganography-tool, python, tkinter
- Language: Python
- Homepage:
- Size: 472 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Image Steganography Tool 🤖
The Image Steganography Tool is a simple yet powerful utility for hiding and extracting secret data within digital images. This tool allows you to securely transmit information, protect your images with watermarks, or conceal sensitive data, all while maintaining the image's visual integrity.
## Table of Contents
- [Features](#features)
- [Screenshots](#screenshots)
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
- [Developer](#developer)## Features
- **Embedding**: Seamlessly hide text or another image within the least significant bits of the pixel values in your chosen image.
- **Extraction**: Effortlessly extract hidden data from steganographic images using the provided decryption key or algorithm.
- **Security**: Utilize strong encryption techniques to protect your hidden data.
- **Visual Integrity**: Ensure that the cover image appears unchanged to the human eye.
- **Various Formats**: Support for popular image formats like JPEG, PNG, and BMP.
- **User-Friendly Interface**: A simple and intuitive graphical user interface for ease of use.## Screenshots
![Stegano](https://github.com/k-sameer701/Image-Steganography/assets/103239208/ee9950d9-1a01-4a9b-95d8-1490970aae22)
## Installation
## Prerequisites
Before you begin, ensure you meet the following requirements:
* Python3
* Tkinter (Used for creating GUI's)
* Customtkinter (Used for creating Modern GUI's)
* stegano
* PIL## Setup
1. Clone the Repository:
```bash
git clone https://github.com/k-sameer701/Image-Steganography.git
```2. Navigate to the Project Directory:
```
cd Image-Steganography
```3. Run the app:
```bash
python3 app.py
```## Usage:
## Encrypting Message
1. Open the app on your system.
2. Select the image
3. Write the message you want to encrypt in the message box.
4. Press the Encrypt Button.
5. A new image file will be created with name untitle.png
6. The encrypted message is now hidden in untitle.png## Decrypting Message
1. Open Show tab.
2. Select the image .
3. Press the Decrypt Button.
4. If the image has some encrypted text, the message will be displayed on the new window.## License
This project is licensed under the [GPL-3 License](LICENSE).
## Developer
Image Steganography © Sameer Kumar 2024