How to hide a file in a picture (linux/windows)

Source: Internet
Author: User

Sometimes blog does not upload attachments, but can be transmitted pictures, so we can compress the attachment in the picture (of course, the picture can not be too large).

Linux

    • Store the pictures 1.jpg and file.zip files separately in one folder, such as/tmp/temp
    • Ctrl + Alt + t to bring up terminal
$CD/tmp/temp
    • Execute the following command:
      • $cat 1.jpg File.zip >> imgfile.jpg

To retrieve hidden files directly run:

$unzip Imgfile.jpg can


Windows

    • Store the pictures 1.jpg and file.zip files separately in one folder, such as C:\Temp
    • Win + R-cmd-CD C:\Temp
    • Execute the following command:
      • $copy/b imgfile.jpg + 1.jpg File.zip


To retrieve the hidden files, use 7-zip and so on to open imgfile.jpg directly.

Imgfile.jpg is what you want, note that the picture must be in front of the zip file.

How to hide a file in a picture (linux/windows)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.