GCC2 Network:   Blag - Debate - Public File Directory

Storing Files in a .JPG Image with Windows

22 11 2007

The following is a basic steganography tutorial on how to archive files in another file with the JPEG extension. If you’re really doing this for secrecy you could also make sure to put all the hidden files in a RAR archive an put a password on that before inserting it into the image.


The Tools

  • Windows 2000, XP, Vista, etc.
  • WinRar (Optional)

The Process

  1. Get your image file and other file to hide in one folder. Example: hidden.txt which will go into secret.jpg.
  2. If you want to hide more than one file in the image you need to RAR all of those files. Example: hidden1.txt and hidden2.txt get archived into hidden.rar which will go into secret.jpg.
  3. Open Command Prompt and navigate to the folder where all the files are located. Example: “C:\secret” contains the hidden.rar and secret.jpg files. CMD
  4. Go to the folder where your files are located, in this case ‘C:\hidden’
  5. Enter ‘copy /b <original image name>.jpg + <complete filename of file to hide> <output image name>.jpg‘ to have the file to hide be hidden in the output image which looks the same as the original image.
  6. You can now test the outcome by attempting to open <output image name>.jpg with WinRAR.

WinRAR

The Result
Final Product

 

 

 


Actions

Informations

Related Posts

3 responses to “Storing Files in a .JPG Image with Windows”

23 11 2007
Oculta ficheros dentro de los .JPG en Windows | aNieto2K (02:28:07) :

[…] eso pensé al leer este artículo que nos permite ocultar ficheros dentro de fichero .jpg sin que estos puedan ser vistos a simple vista.Veamos como conseguir ocultar […]

23 11 2007
Oculta ficheros dentro de un .JPG en Windows // menéame (09:06:48) :

[…] con el texto ’secretsecretsecret’. Artículo en español. La fuente original en inglés es: gcc2.net/site/2007/11/hiding-files-in-a-jpg-image/sin comentarios en: tecnología, internet karma: 10 etiquetas: ocultar, ficheros, jpg, […]

23 11 2007
Carlos Leopoldo (22:22:28) :

Cómo ocultar un archivo dentro de una imagen .jpg o .bmp y audio .wav o .au…

Wow, me ha sorprendido mucho este truco y creía que se trataba de un fallo pero a esta técnica se le llama Esteganografía que es una rama de la criptología, en anieto2k he visto este post llamado “Oculta ficheros dentro de los .JPG en Windows…