Coder Social home page Coder Social logo

bysiber / emimg-gui Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 3.0 420 KB

Image Steganography GUI | Easily Hide Text Files within Images with User-Friendly GUI | Pyton Tool

License: MIT License

Python 100.00%
cryptography gui image-cryptography image-processing image-steganography steganography steganography-algorithm text-embedding tkinter tkinter-gui

emimg-gui's Introduction

image-steganography-GUI

Table of Contents

first_screen

Hide data by embedding in the text file into a image with a modern and simple tkinter GUI (Or extract data from a data-embedded image)

Note:

=> This GUI-application uses the Least Significant Bit (LSB) steganography method without encryption <= The GUI does not encrypt the text file provided as input. I haven't included this functionality in the code yet.(it directly embeds the data from the text file into the image without any encryption) Therefore, if you're going to hide very important data, encrypt the data within the text file first and then provide it to the GUI.

Installation

To use this project, follow these steps:

  1. Install the required libraries. Use the following commands to install the PIL (Python Imaging Library) and tkinter libraries using pip:

    # - WINDOWS Installation -
    pip install pillow
    pip install tk
    
    # - LINUX Installation -
    sudo apt-get install python3-pil python3-pil.imagetk
    sudo apt-get install python3-tk
    

Usage

  1. Run the main.py file located in the project's root directory. You can do this with the following command:
    python main.py
    

Steps

->[Stepy by step working logic]:

  1. Select an Image File
  2. Select a text file
  3. Select a Destination Folder
  4. Click the "Embed Data" Button
  5. ^_^ After clicking the "Embed Data" button, your newly embedded image will be saved in the chosen destination folder. If you want to extract the data later, you can select the embedded image and use a simple extraction process.

second_screen

img

emimg-gui's People

Contributors

bysiber avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

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.