Code Monkey home page Code Monkey logo

image-steganography's Introduction

DisguiseGram

The Python Image Steganography project is a GUI based application that enables users to hide a secret message within an image using encoding and decoding functions. The project involves the use of the Tkinter library for creating the GUI and the Pillow module for image manipulation.

Features

  • Encode: Embeds text data into an image using both normal and AES encryption methods.
  • Decode: Extracts hidden text from an encoded image, supporting both normal and AES decryption.
  • Password protection
  • AES Encrption
  • AES dycrption
  • Normal Encrption
  • Normal dycrption

Dependencies

  • Python 3.x
  • Tkinter
  • Pillow (PIL)

How to Run

  1. Clone the repository:

    git clone https://github.com/maida12/Image-steganography.git
    cd Image-Steganography
  2. Install dependencies:

    pip install Pillow
  3. Run the application:

    python main.py

Usage

  1. Launch the application.
  2. Choose between encoding or decoding.
  3. Follow the instructions on the GUI to perform the desired operation.
  4. Save the resulting image with hidden text.

Encryption

  • Normal Encryption: Simple encoding method.
  • AES Encryption: Advanced encryption standard for secure data hiding.

Screenshots

App Screenshot

App Screenshot

Steganalysis with LSB Detection

This project not only enables you to hide data within images but also provides a Steganalysis feature to detect hidden information. The show_lsb function utilizes the LSB method to reveal the n least significant bits of an image.

Steganalysis Example

You can use the show_lsb function by providing the image file path and the number of least significant bits to reveal.

three-lotus-steg-with-2LSBs

flower-purple-lical-blosso flower-purple-lical-blosso_1LSBs

Acknowledgments

License

This project is licensed under the MIT License.

image-steganography's People

Contributors

maida12 avatar

Stargazers

 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.