Skip to content

Hide text inside image and Extract hidden text from image

Notifications You must be signed in to change notification settings

shaddih1/stegno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stegno

language language

About

  Hide text inside image and Extract hidden text from image

Python Module

  sys, argparse

How to install argparse

  $ easy_install pip && pip install argparse

Menu

  [1] Hide text inside image
  [2] Extract hidden text from image
        
  Chose option:

Usage

  usage: stegno.py [-h] [-f FILE_NAME] [-e]

  optional arguments:
    -h, --help            show this help message and exit
    -f FILE_NAME, --file FILE_NAME
                    set a file name to hide or to extract
    -e, --extract         extract hidden text from image

Examples

 $ python stegno.py -f pic.png      >>>>   Hide text inside image
 $ python stegno.py -f pic.png -e   >>>>   Extract hidden text from image
 $ bash stegno.sh                   >>>>   Interactive menu

About

Hide text inside image and Extract hidden text from image

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published