2

Possible Duplicate:
Steganography software

I want to hide files inside of a picture. The files may be music or video. Is it technically possible to do this? If so, how?

I searched on Google to find methods,suggest some methods for beginners ,i don't know where to start from,so guide me

Important note : Modifying the size of an image up to certain extent e.g
before hiding image size : 1mb
after hiding image size can be up to 4mb.

i referred following url's:

martinolivier.com/open/stegoverview.pdf
www.garykessler.net/library/steganography.html
www.jjtc.com/ihws98/jjgmu.html
pcplus.techradar.com/.../secrets-of-steganography/ - United Kingdom

these are some examples sir

please note the answers were marked for hiding data inside image with software

3 Answers3

5

Hiding data inside inside an image is done by using steganography, this method can be used to hide data inside other files types too for example mp3 and video to name a few.

I can't recommend any particular software but a quick web search finds this free windows tool QuickStego. It shouldn't be hard for you to find more if this doesn't fit your needs.

Be aware of it's limitations though.
Steganography just hides the data and unless you also encrypt it it can be extracted by tools such as Stegdetect.

You can read more about steganography and ask questions about it over on security.stackexchange.com

Nifle
  • 34,998
1

Yes it is possible. But I don't really get why you would go through such trouble as there are really good encryption programs out there.

How to Hide Zip Files Inside a Picture Without any Extra Software

The process involves using the command prompt and adding the files together with the /B switch

copy /B picture.gif+YourMenu.zip newfile.gif
mmdemirbas
  • 439
  • 3
  • 6
  • 19
wbeard52
  • 3,483
1

Try StegoMagic! This software can be used to hide text files inside image file, and you can also hide any file into any file. By the way in the field of encryption software, I like Truecrypt the most, it's free and powerful. I recommend you to try it. I hope this will help you!

thuyein
  • 500