14 Aug 2009 at 21:39
Pereira Jude
Linux, Some More Code
No Comment
Well, I’m sure that you are definitely curious about how do you do this. Let me tell you this, it’s really simple.
Pre-requisites:
Image File(any format will do or even any file will do)
Linux(I’ve only tested it on this platform but I guess Mac would also do)
Let’s get started, shall we?
First create a standard loopback device.
dd if=/dev/zero [...]
21 Apr 2009 at 23:20
Pereira Jude
Linux, Some More Code
4 Comments
Wanna hide that information and private things you don’t want your buddies to see? Here is what is called simple steganography. Steganography is the master of black arts. Nobody can ever suspect that there is a simple, easy-to-find drawer in one of your pictures. This works with .png files as I didn’t try it with any other. If the trick works on other file types, please let me know. All