GithubHelp home page GithubHelp logo

hidden-messages's Introduction

Hidden-Messages

Steganography

From Wikipedia, the free encyclopedia.

Steganography is the practice of concealing a file, message, image, or video within another file, message, image, or video. The word steganography combines the Greek words steganos (στεγανός), meaning "covered, concealed, or protected", and graphein (γράφειν) meaning "writing".

Concealing and Revealing Data in Images

Each pixel from RGB image is composed of 3 values which are 8-bit values (the range is 0–255). The right-most bit is the least significant bit. Meaning, changing the rightmost bit will result a maximum 1 value change in a range of 256 (it represents less than 1%). In conclusion, changing the rightmost bit it will have almost no impact on the final value.

Usage:

python steg.py 

(make sure the program can run as exetuable)

Options:

  1. Conceal Data in an Image : Select any file in your computer by giving its path. Select strong password in order to encrypt the data. The program will encrypt the data before the hiding using SHA256. Note: it will cause slightly increase in file size. Select large enough image to store the file in its LSBs.
  2. Extract Data from an Image : Select any image in your computer by giving its path. Write the password in order to decrypt the hidden data. Select a name for the output file, if the password was correct, your file will be extracted.

You can use any type of file and store it in any type of image. The only one rule is that the image should be slightly bigger than File's size.

hidden-messages's People

Contributors

amirabramovich avatar

Watchers

James Cloos 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.