Encrypted file storage method under Win8

  
Windows does have some difficulty encrypting a single folder without using third-party software, but since Windows Vista, BitLocker has been added to protect the disk. After upgrading to Win8, you can hang directly on the virtual disk. Combining the above two factors, we can take a different approach and use VHD + BitLocker to save important private files to ensure data security.
VHD is not like a common file, it can be created directly in the right-click menu, and needs to be assisted by disk management or third-party software. The specific creation process has been introduced in this log and we will not go into details.
Next, double-click on the created virtual disk file to mount and continue the next BitLocker encryption process.
Right-click on the mounted virtual disk and select “Enable BitLocker>:

After waiting for the BitLocker program to initialize the drive, we can set the encrypted password. Here we encrypt the drive with a password unlock. Check the corresponding option and set the password and click “Next”:

Next, back up the recovery key as needed to prevent the password from being forgotten.
Recovery key is not a password. It is a string of 48-bit random numbers. Different encrypted drives have different identifiers to distinguish them. If you lose this backup, you can perform a backup of the recovery key under the corresponding drive in Control Panel - System and Security - BitLocker Drive Encryption.

After backing up the key, you can start encrypting the drive. This process takes a while.

The drive is unlocked after encryption is complete.

When the virtual disk is mounted again, you will see "Unable to install in the file" error message:

At the same time, the message unlocking the drive will pop up in the upper right corner of the screen. :

Click on the message and enter the password to mount the virtual file with the wrong error. Click “More Options” You can use the reply key to unlock the disk:

If you need to encrypt the decrypted drive, you need to enter “manage-bde –lock X:" (where X is the virtual disk drive letter) at the command prompt run by the administrator. You can save it as a batch by using it frequently. Files, run as an administrator when you use:

Or unmount/offline the disk, restart the computer to re-encrypt the drive.
Click the right button on the virtual disk file and select “Eject” to unmount the virtual disk, similar to the "disconnect VHD" in disk management, both of which are similar to the physical level. The upper disk is removed.


























<

Whether it's offline or detached, you need to re-enter your password when the disk is linked again.
This technique is mainly used to save private files locally. After use, the virtual disk can be separated (popped) for deep burial. In addition, if you need to share all the files on the disk, you can copy and move the virtual disk files directly, and use them on other computers. However, it should be noted that in XP system, files encrypted by BitLocker can only be viewed and cannot be edited.

Copyright © Windows knowledge All Rights Reserved