Search This Blog

Hide Files in Image Files !!!

Jul 27, 2013
Sometimes we are eager to hide some files on the system !!!
 (I won't ask Why ???)  Its a simple trick

Here it is :  

  • You require WinRAR installed on your PC for this trick. 
WINRAR is NOT mandatory, any other compressing software like Power Archiver is also okay!
  • First add your files to .rar and i.e. say files.rar 
  • Say you have a image as img.jpg 
  • Now, save files.rar and img.jpg in c:\ drive. 
  • Click start >> Run 
  • Type cmd.exe 
  • Now in command prompt type cd\ 
  • Type  copy /b img.jpg + files.rar new.jpg
where,
copy = command
/b = attribute
img.jpg = Your desired image file
+ = attribute
files.rar = rar file
new.jpg = the newly created file
  =spaces 


Please Note! 

  • This command will concatenate the two files into the new file new.jpg 
  • Don't type files.rar + img.jpg instead of  img.jpg + files.rar 
  • Now, (size of new.jpg) = (size of img.jpg) + (size of files.rar) . 

 *** Mission Accomplished !!! ***  
Now, we have new.jpg consisting of both img.jpg and files.rar .  

Accessing the files :  

  • Double click new.jpg and img.jpg can be viewed.  
  • Now, to access files.rar : # Right click on new.jpg 
  • Select Open With 
  • Choose Program... 
  • Select WinRAR archiver. 
  • Now, simply Extract your files !  

Enjoyed this post? Please drop a comment.

 COMMENTS: 

No comments:

Post a Comment