Giter Club home page Giter Club logo

image-steganography-with-python's Introduction

UPDATE

I am currently completely rewriting this from the ground up. It'll feature;

  • Industry standard coding practices
  • JPG support
  • Modular programming
  • Inline Documentation
  • Custom implementations of lower end image manipulation modules And more. Currently no ETA.

Overview

Image steganography is the process of hiding information within an image. This program is utilized to hide a text based message within an image.

Why

When I first (seriously) got into python my freshman year, one of the first projects I made was a hacky image steganography program. I recently went through my school HDD, and got the idea to remake it for fun. So low and behold; here is my remade image steganography program :)

How-To

Just load up ImageSteganography.py and execute it.

  • Place whatever images you want to encrypt a message into, inside the /encrypt sub directory.
  • Place whatever images you want to decrypt a message into, inside the /decrypt sub directory.
  • Any images encrypted with the program will be replicated and saved into the /export sub directory.

The program will work with multiple images, so if you place multiple images within a sub directory, it'll work with all of them. It also recognizes the file extension, so if you have a bunch of text files within a sub directory it'll just ignore them.

Limitations

  • This progam was developed in Python 3.0, although it should work with Python 2.7, but I haven't gotten around to testing it yet.
  • This program will ONLY work with PNG images. JPEG images have a specific compression issue that screws with the encryption algorithim.
  • You can only encrypt a specific amount of characters within an image. The exact amount is based off the size of the image (one pixel is dedicated to each character).

image-steganography-with-python's People

Contributors

notdaymon 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.