------------------------------------------------------------------------------- Hiding files in other files (such as images) See also Steganography http://en.wikipedia.org/wiki/Steganography =============================================================================== Image message hiding http://mozaiq.org/encrypt/ ------------------------------------------------------------------------------- RAR files in PNG images RAR files can be added to end of a PNG file, the still decode! Hide rar a archive.rar file cat archive.rar >> picture.png Extract unrar x picture.png or extract specific file unrar p -inul picture.png file Best to make sure picture is reasonably large! -------------------------------------------------------------------------------