Use vulnerabilities to encrypt files

Source: Internet
Author: User

We know that there are many ways to encrypt files, such as using third-party encryption software. There are many other ways to use NTFS.
You can learn how to encrypt files with vulnerabilities .:
In Windows, the following words cannot be used to name files/folders, including "aux" "com1" "com2" "prn" "con" and "nul, because these names belong
Backup name,
It is equivalent to a DOS
Device. If we name these files,
Windows will mistakenly think that a duplicate name occurs, so it will prompt "cannot create a file with the same name" and so on.
We will use this vulnerability to encrypt it today.
To Encrypt drive C 1.txt.
Start-run-cmd. Open the command prompt. Enter copy c: 1.txt \. c: aux.txt (you can also name it the file name in the upper column)
If you want to open the file, enter \. c: aux.txt. If you want to delete the file, enter del \. c: aux.txt to copy the file path.

Related Article

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.