forked from mohitreddyk/Multi-Image-Steganography-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.txt
34 lines (26 loc) · 1.83 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
READ ME
===============================================================================================================================================
URL = https://drive.google.com/drive/u/0/folders/0B9pIMjMgQ6y4WFVtNllvYTNLOEU
[NOTE: You can replace with any other google drive folder, but ensure the URL you give for ENCODE & DECODE are the same]
----------------------------------------------------------------------------------------------------------------------------------------------
A set of images 56 images is given to test the encoding. See folder “Image for Encoding”.
This folder is to be selected during the folder select prompt in ENCODE part of the execution.
[NOTE: You can add or replace images, but ensure the number of images are always greater than number of characters to ensure quality.]
-----------------------------------------------------------------------------------------------------------------------------------------------
1. Encoding
Main File – ENCODE_MAIN.m
Support File - encode_char.m
.exe File - ENCODE.exe
a. Give the URL on prompt.
b. Give any message in the pop up box.
c. Select the folder with the images that will be encoded.
d. Wait till a pop up box saying, “ENCODING DONE!” is displayed.
---------------------------------------------------------------------------------------------------------------------------------------------
2. Decoding
Main File – DECODE_MAIN.m
Support File - decode_char.m
.exe File - DECODE.exe
a. Give the URL on prompt.
b. Select the folder with the encoded image. As per ENCODE program, the images will be stored in “Encoded Output Folder”.
c. Wait till a pop up box with the message is displayed.
------------------------------------------------------------------------------------------------------------------------------------------------