Skip to content

Hiding Documents inside an Image and then extracting them from the image

Notifications You must be signed in to change notification settings

Sagargame10/Steganography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Steganography

Hiding Documents inside an Image and then extracting them from the image

REQUIREMENTS :
i) Python3.x (Required only for GUI. CLI mode can be run on Python2.x as well)
ii) OpenCV
iii) Tkinter (Optional : can also run on CLI)

RUN :
python index.py
Note : You can directly run steganography.py file for executing program in CLI mode => python steganography.py

Example:

Embed a file:
Path for the resultant image => g:/result.png (Here result.png is name of the new image containing document)
Path for the source image => g:/Sagar/Photos/DSC_.jpg
path for the file to be embedd => g:/Sagar/Document/2020.txt

Extract a file:
target image => g:/result.png
Path for extracted file => F: (or f:/myDoc , plz note : don't specify '/' after the path)

Note 2 : Use '/' while specifying path. Don't use '\'

About

Hiding Documents inside an Image and then extracting them from the image

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages