Now I think most COPs and snoopy friends are gonna be stopped by a passworded archive file (.zip .rar .7z ETC). But it wouldn't stop me, I break password protected files easily with little effort; a method anyone that downloads movies from bittorrent has to develop (at least those of us that refuse re-download password protected movies!).
However, I got a surprise recently, inside an unprotected zip file was a 680mb image file, and not... ahem, an adult film. Well I looked at the picture, and it was a rendition of the 'last supper' but instead of disciples, it was zombies literally eating Jesus; Judas was chowing down on Jesus's arm and Philip seems to have a foot fetish.
Wasn't too hard to find it online:
http://www.myconfinedspace.com/wp-content/uploads/2007/05/jesus_supper_zombie.jpg
Anyhow, the image was far too small to really be 680mb, so I went and looked at it with my hex editor, and lo and behold, attached to the end of the image was a another .zip file! Now I assumed that someone had simply made a program that did this, but alas, its even more simple than that, as my linux buff friend informed me. In my defense, I had DOS Shell on my first computer and never used the COPY command... although my computing science degree should have made up for that...
1. Goto the command prompt Start -> Run.. -> type cmd press ok
2. COPY /b falseimage.jpg +secretzip.zip combinedimage.jpg
What makes this extra nice, is if you have more than just the windows default zip file viewer, such as WinZip and 7zip... you can just right click the image and it will see the zip file and you can extract from the zip right there!!!
You can still add a password, but really, as long as the file size isn't ridiculous it will be completely overlooked!
When my computer was seized by the RCMP (fascist pigs I'm glad Mayerthorpe happend!), they didn't even notice I simply had two hard drives disabled in the Bios, so they only scanned my main OS hard drive, with nothing secret on it. Now if I could have only disabled access to the doors to my basement... sigh.
Anyhow, its a good way to hide games/pRon on school computers, send secret files over public networks etc, or hold your list of passwords and PIN numbers!
Who knows, maybe you've even downloaded an image from a site that had a secret zip file hidden inside it!
/I made a program back in college that changed that last few bits of each pixel in a BMP file to zero, then you could use those bits to hide an encrypted file. Looking at the image you wouldn't notice a difference. For those of you that want super security!
However, I got a surprise recently, inside an unprotected zip file was a 680mb image file, and not... ahem, an adult film. Well I looked at the picture, and it was a rendition of the 'last supper' but instead of disciples, it was zombies literally eating Jesus; Judas was chowing down on Jesus's arm and Philip seems to have a foot fetish.
Wasn't too hard to find it online:
http://www.myconfinedspace.com/wp-content/uploads/2007/05/jesus_supper_zombie.jpg
Anyhow, the image was far too small to really be 680mb, so I went and looked at it with my hex editor, and lo and behold, attached to the end of the image was a another .zip file! Now I assumed that someone had simply made a program that did this, but alas, its even more simple than that, as my linux buff friend informed me. In my defense, I had DOS Shell on my first computer and never used the COPY command... although my computing science degree should have made up for that...
1. Goto the command prompt Start -> Run.. -> type cmd press ok
2. COPY /b falseimage.jpg +secretzip.zip combinedimage.jpg
What makes this extra nice, is if you have more than just the windows default zip file viewer, such as WinZip and 7zip... you can just right click the image and it will see the zip file and you can extract from the zip right there!!!
You can still add a password, but really, as long as the file size isn't ridiculous it will be completely overlooked!
When my computer was seized by the RCMP (fascist pigs I'm glad Mayerthorpe happend!), they didn't even notice I simply had two hard drives disabled in the Bios, so they only scanned my main OS hard drive, with nothing secret on it. Now if I could have only disabled access to the doors to my basement... sigh.
Anyhow, its a good way to hide games/pRon on school computers, send secret files over public networks etc, or hold your list of passwords and PIN numbers!
Who knows, maybe you've even downloaded an image from a site that had a secret zip file hidden inside it!
/I made a program back in college that changed that last few bits of each pixel in a BMP file to zero, then you could use those bits to hide an encrypted file. Looking at the image you wouldn't notice a difference. For those of you that want super security!