Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Readme.md

forthebadge

Image Steganography

The python script can encode a message in an image(s) and also decode the text from the image(s)

What the program does?

  • Can take multiple images at the same time
  • Encode the text into the image(s)
  • Decode the text from the image(s)

Requirements

Python 3

pip install -r requirements.txt

Usage

image.py [-h] -f FILES [FILES ...] [-e ENCODE] [-d]

STEGANOGRAPHY IN IMAGES

optional arguments:
  -h, --help            show this help message and exit
  -f FILES [FILES ...]  Image File(s)
  -e ENCODE             Encode The Text In Image
  -d                    Decode The Text In Image