12. Hide Sensitive RAR Files in Images CMD facilitates a command which lets you concatenate or fuse two files into a single file. While this command comes in handy in merging the contents of basic file types such as TXT or CSV, you can also use the command to hide a RAR, ZIP, or another archived file inside an image or text file . To achieve this, follow these steps: Open CMD in the directory which contains both files using the 10th item in this list or use the cd command to change the directory Use command copy /b <RAR_filename>.rar + <image_filename>.<extension> <result_filename>.<extension> . In our case, we used copy /b modules.rar+wave.png test2.png Note: make sure you enter the RAR file first followed by the other file, else you won’t be able to recover the RAR package. The method also works on most common file types including documents and PDFs as long as you add the archive file first. This...
Comments
Post a Comment