How to encrypt and Decrypt Files and Folders in Windows 10

Configurare noua (How To)

Situatie

Solutie

Windows includes an advanced security feature called Encrypting File System (EFS). It allows users to store encrypted files and folders to protect them from unnecessary access.

How to Encrypt / Decrypt Files and Folders using Advanced Properties

1. Right-click on the file or folder, and select Properties from the context menu

2. In the Properties dialog, click the Advanced button on the General tab.

in general select advanced

Step 3: Click to check the option Encrypt contents to secure data

Encrypt contents to secure data

Decrypt files and folders: Clear the Encrypt contents to secure data check box, and then click OK

Decrypt folder or file

Step 4: If prompted, select either Apply changes to this folder only or Apply changes to this folder, subfolders and files according to what you want.

Encrypt files and folders with EFS

How to Encypt / Decrypt Files and Folders using Cipher Command

Step 1: Press Win+X, hit A to open Command Prompt (Admin)

Step 2: Execute one of the following commands as needed

To encrypt a file or foler, type in the following command, then hit Enter

cipher /e “PATH” (Replace PATH with the full address of the file / foler including the extension.)

To encrypt a file or foler

To encrypt the folder and other files and folders inside it, you will have to use this command,

cipher /e/s:”PATH”

Encrypt the folder and other files and folders inside it

  • To decrypt a single file, run the command cipher /d “full path to the file”.
  • To decrypt a folder, type the following command: cipher / d “full path to the folder”.
  • To decrypt a folder that contains subfolders and files, type: cipher /d / s: “full path to the folder”.

decrypt a folder with subfolders and files

Tip solutie

Permanent

Voteaza

(1 din 2 persoane apreciaza acest articol)

Despre Autor

Leave A Comment?