Results 1 to 4 of 4

Thread: Hiding Archives (RAR, ZIP, 7z) Inside of Other Files on Windows

  1. #1
    Cryoganix's Avatar
    Joined
    Nov 2012
    Posts
    14
    Userbars
    0
    Thanks
    0
    Thanked
    8/5
    DL/UL
    9/0
    Mentioned
    Never
    Time Online
    9h 17m
    Avg. Time Online
    N/A

    Hiding Archives (RAR, ZIP, 7z) Inside of Other Files on Windows

    I've seen a few people wanting to see how this is done over the past couple of days, so I decided to write this guide on it.

    I'm sure most of you have an image handy and have an archive manager, but just in case you don't, you can go ahead and google WinZIP, WinRAR (the one I'll be using), or 7zip. Without further ado, here's the tutorial.



    Step 1:
    Get a file that you want to hide. This can be a file with sensitive information, a normal file to be used in an intricate puzzle, or any other kind of file.
    In this demonstration, I'll be using a text file called "Top Secret Info" with data that I don't want anyone else to see.
    (you need an account to see links)

    Step 2:
    Retrieve any kind of image that you want. Again, the image doesn't matter, nor does the size matter. You'll be using this image to hide the file, so it could be a completely unassuming picture of a dollhouse, or it could be a taunting image saying "Find the hidden file, if you CAN!".
    I'll be using a picture of myself that I've oh-so lovingly provided.
    (you need an account to see links)

    Step 3:
    Right-click the file(s) that you want to hide (yes, you can do this with multiple files too!) and click on "Add to archive...".
    It doesn't matter what you name the file, so long as it ends with .rar, .zip, .7z, or some other type of archive.
    (you need an account to see links)

    Step 4:
    Once you've come up with a name (I named my archive "Hidden.rar"), you should now have three files: the secret file, the image, and the archive.
    At this point, if you so choose, you can delete the secret file (NOT the archive) in order to further protect the file's privacy.
    (you need an account to see links)

    Step 5:
    Open up the good ol' Command Prompt. For those of you who have never opened a Command Prompt before, this is done by either going to Start -> All Programs -> Accessories -> Command Prompt, or by opening Run and typing "cmd" in the box and pressing Enter (or if you're using a newer version of Windows, type "cmd" into the program search bar and press Enter).
    In this example, I'll be using it from the Accessories folder.
    NOTE: You may have to open Command Prompt as an administrator for these next steps to work!
    (you need an account to see links)

    Step 6:
    Firstly, you'll want to use the "cd" command (which stands for Change Directory) to access your Desktop.
    If you're not running Command Prompt as an administrator, this is usually "cd Desktop".
    If you ARE running Command Prompt as an administrator, you will have to type out the full path, such as "cd C:\Users\[your_username]\Desktop", where [your_username] is your actual username on the computer.
    After that, you'll want to execute the following command:
    Code:
    copy /b [picture] + [archive] [new picture]
    Where [picture] is the picture you chose initially, [archive] is the archive file you created, and [new picture] is what you want the name of the new image to be.
    IMPORTANT! Be sure that you put the picture BEFORE the archive! If you don't, the image won't show!
    For example, for me, the code would look similar to this, where "Cool.jpg" is the new file I'm making:
    (you need an account to see links)

    Step 7:
    Your new image file will be created, and will look exactly identical to the image you used to create it.
    If you get stuck and lose track of which file is which, just look at their properties. The file with the bigger size will be the one with the hidden file.
    NOTE: The more files or the bigger the files that you hide, the bigger the difference in size will be between the two image files. In this example, the file I was hiding was very small, so the difference between the two is very small, but still there!
    (you need an account to see links)

    See? It looks exactly like the old picture!
    (you need an account to see links)

    However, when you right click it and choose "Open with" and choose your archive manager (WinRAR in this case), it will open up the archive as if it were a RAR file, with the contents intact!
    (you need an account to see links)



    Have any questions, comments, suggestions, updates, corrections, or insults? Feel free to post them below!

  2. The Following 3 Users Say Thank You to Cryoganix For This Useful Post:

    DarkByte (12-09-2012),metaldroga (12-01-2012),Reemer (11-30-2012)

  3. #2
    Reemer's Avatar
    Joined
    Dec 2011
    Posts
    639
    Userbars
    8
    Thanks
    364
    Thanked
    446/256
    DL/UL
    39/0
    Mentioned
    203 times
    Time Online
    4d 13h 47m
    Avg. Time Online
    1m
    Did you get this from Jimmyr's video? Just wondering.

  4. #3
    Cryoganix's Avatar
    Joined
    Nov 2012
    Posts
    14
    Userbars
    0
    Thanks
    0
    Thanked
    8/5
    DL/UL
    9/0
    Mentioned
    Never
    Time Online
    9h 17m
    Avg. Time Online
    N/A
    I actually learned it from one of my friends back in the days of XP when hiding files was a huge fun thing to do, back way before the Earth was round.

  5. #4

    Joined
    Jun 2012
    Posts
    1,699
    Thanks
    876
    Thanked
    2,881/1,142
    DL/UL
    44/1
    Mentioned
    562 times
    Time Online
    118d 6h 45m
    Avg. Time Online
    40m
    If you could bind a virus to the picture in the same way this could be pretty deadly .

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •