I've played around in the past, with something called 'Steganography', and associated software. It's used to 'hide' information
within Image files. (Been around for years!). The password protected & encrypted info/files is actually hidden
quite cleverly, by
modifying the actual
pixel colors by small unnoticeable amounts, to secretly package the hidden data.
But this is different!!...
I found out recently that JPEG images have always had the ability, at least in Windows), to have
.zip &
.rar files stored within them!!
However, I do not know how the data is interlaced, or appended. (
I have an example below for you...). Here's how it is done...
Place a
.jpg image in a directory. Then place an '
archived' file in that same directory. Technically, it works with .ZIP & .RAR files,
but .RAR was proven to be less problematic, so it is what I have used in my example, further below.
First, open a DOS style 'Command' Prompt. (
cmd.exe). To make things easier, type '
CD\' to go back to the Root Directory, and
then type '
CD foldernamepath' to go to where you stored the Image & Compressed file you want to use. Now the fun part...
type
copy /b myphotoname.jpg + myarchivefile.rar modphotoname.jpg and hit Enter.
(The '/b' option specifies that it is or could be a Binary file).
A
new 'image' file is created, which contains the
hidden embedded .rar file! Below, is one I've created...
Download/Copy this image to your computer. Now either Right-Click on it within Windows File Explorer, and select 'Open-With',
and select the temp option as being 'WinRar.exe', or 1st run WinRar, and then 'Open', but change to '
All Files', and select this
photo, and you will see that there is a '
hidden file' within, called '
Jokes.txt'. Which you can extract, like usual!!
I thought I would also mention about photographic '
EXIF' information within most image files !!!...
Virtually all digital cameras store MUCH more info than most people realize, within their images! (Exchangeable Image File format).
This is also specially embedded within most images, and is helpful, but often says more than you may want to make public!!
Virtually all decent Software can access and show this information. Even
'Windows' itself, can, by Right-Clicking on such a .JPG
and selecting '
Properties', and then the '
Details' Tab, and scrolling down. You would be surprised what some 'Camera' systems
can show/reveal about such photos! To edit/delete such info, usually requires special, and usually 'free' software.
Many other specialized Graphics Software packages, like 'Photo-Reactor' etc, also utilize this Image Data Embedding ability, to
store all their Data/Flows within, so that the information is usable/reclaimable to apply to OTHER photos etc...
The point being, that an 'Image' may NOT be what it seems!! Have fun!