pngstego is a Steganographic tool, i.e. it is able to hide a file within a media file: a PNG format image.
With pngstego you can hide a sensitive data file, such as password file, withing a png, and then extract it with only one command.
The only thing you have to remember is a number (seed) that pngstego needs to hide and extract the data.
WARNING!!!
Steganography is NOT criptography. It is NOT the solution for your privacy problems!
Steganography only hides data, but there are tools that can detect steganographed data.
If you want to be (almost) sure that your data cannot be read by others, you should use a Cryptographic tool, such as GnuPG http://www.gnupg.org (free software from GNU) or PGP http://www.pgp.com (Commercial).
cygwin: pngstego was succefully compiled (with a minor change in the makefile) on cygwin and MinGW systems. In this case you must use Makefile.win32 instead of Makefile. Many thanks to Carlo Luciano Bianco for his work.
Changes made to the tool imgthr - see source files
Main Download page @ sourceforge