Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 922 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 922 Bytes

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 '\'