Skip to content

d43mOne/Steganography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steganography

Steganography is the technique of hiding secret data within an ordinary, non-secret, file or message in order to avoid detection; the secret data is then extracted at its destination. Here, we hide text inside image.

Install dependencies:

pip install -r requirements.txt

Commands:

1. Hiding/Encoding text in image:

python steg.py -e <IMAGE_PATH>


2. Retriving message from image:

python steg.py -d <ENCODED IMAGE_PATH>

About

Hiding Text inside an Image.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages