Skip to content

Files

Latest commit

 

History

History

steganography

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Steganography

Installation

  1. Clone the repository to your local system
  2. Naviagate to the folder and run pip install -r requirements.txt

Usage

Syntax: python main.py [-m] [file_name]
-m -> -e or encode to Encode, -d or decode to Decode
file_name -> Name of the image you wish to encode or decode

  1. To Encode
    Eg : python main.py -e sample_pic.jpg

    After this you will be asked to enter the message:
    [*]Enter your Message:

    After successful completion of encoding, a file with syntax file_name_encode.png will be created.

    Eg : sample_pic_encoded.png
    This image file conatins the message.

  2. To decode
    Eg:python main.py -d sample_pic_encoded.png

    After successful completion of decoding,The Decoded message will be visible on the terminal.

DEMO

image info image info