Skip to content

Conceal Text is a python based CLI application to hide data in an image and reveal data from images containing hidden data.

Notifications You must be signed in to change notification settings

thevirtualbuddy/image-steganography-cli

Repository files navigation

Conceal Text

Conceal Text is a python based CLI application has the following functionalities:

  1. Encrypt and encode data in an image.
  2. Decode and decrypt data from an image.

Conceal Text uses Caesar cipher and Image Steganography.

Caesar cipher is one of the simplest and most widely known encryption techniques. It is a type of substitution cipher in which each letter in the plaintext is replaced by a letter some fixed number of positions down the alphabet and Steganography is the practice of concealing a file, message, image, or video within another file, message, image, or video.

Usage

In the terminal,

  1. Type "python driver.py --help" to see the options available or
  2. Type "python driver.py --syntax YES" to see the basic syntax for concealing and revealing text to and from image. help

Implementation

Example 1

Demo1

Example 2

Demo2

Author

[Sonu Saha] (https://github.com/thevirtualbuddy)

About

Conceal Text is a python based CLI application to hide data in an image and reveal data from images containing hidden data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages