Code Monkey home page Code Monkey logo

k-sameer701 / image-steganography Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 0.0 466 KB

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.

Python 100.00%
tkinter gui image image-steganography image-steganography-tool python decryption encryption github

image-steganography's Introduction

Image Steganography Tool ๐Ÿค–

Overview

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.

Stegano

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.

Getting Started

  1. Installation: Clone this repository or download the latest release from the Releases section.

  2. Dependencies: Ensure you have the required dependencies installed. You may need libraries for image processing and cryptography.

  3. Usage: Refer to the user manual or documentation for instructions on how to use the tool effectively.

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:
git clone https://github.com/k-sameer701/Image-Steganography.git
  1. Navigate to the Project Directory:
cd Image-Steganography
  1. Run the app:
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.

Developer

Sameer Kumar - k-sameer701

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.