How to hide files in an image? 1. Create a folder on the D drive and put the files you wish to hide from anyone.
2. Form an archive with the selected files, e.g.
secret.zip. Next to it, place any picture you want.
3. Press the Win +R key combination. In the window appeared type cmd and hit Enter.
4. The console window pops up, where you type the command D:. The letter must correspond to the drive where you created the folder with the desired archive.
5. Navigate to the created folder by entering the command cd test. To make sure everything is in the right folder, enter the command dir — it will display a list of files. Both your created archive and the picture should be displayed here.
6. Type the command copy /b cat.jpg+secret.zip supercat.jpg
cat.jpg - the image in which you want to hide your data.
secret.zip - the archive with our files.
supercat.jpg - the name of the output image.
7. The resulting image is supercat.jpg. When you double-click it, a simple picture will come out.