Assalam-u-Alikum Friends,
That is a Simple trick using Command Prompt (cmd) and a simple COPY command that trick will be helpful for you.
Just Follow the Following Steps :
- Create a folder Copy an
image and the text file (File which hold the text that you want to hide).
Desktop is preferred path.
See the Screenshot
- Now your desktop or folder should contain an Image File and text File (.txt file).
where,
Image.jpg - Image file
Data.txt - Text file
- Open Command Prompt from
Start Menu or (Window + r) and type RUN.
- Then type cd desktop to
change the cmd location to desktop or cd (Path of folder that
have image and text file ).
See the Screenshot
- Now type the below code in
cmd
copy /b
image.jpg + data.txt output.jpg
where output.jpg
is the destination image file name
See the Screenshot
- Now open the image named output.jpg that newly created in the folder or your desktop. It is looks like a normal image. Now you see our folder have 3 files.
See the Screenshot
- OK now open
it with notepad ( Right Click -> Open with -> Notepad ).
See the Screenshot
- Goto the last
line, see your Text data written there!!!
See the Screenshot
Comments
Post a Comment