mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-20 12:53:38 +00:00
Updating PDE docs 1
This commit is contained in:
@ -11,12 +11,26 @@ ms.date: 09/22/2022
|
||||
|
||||
|
||||
# Personal Data Encryption
|
||||
<!-- Max 5963468-->
|
||||
<!-- Max 5963468 OS 32516487 -->
|
||||
(*Applies to: Windows 11, version 22H2 and later*)
|
||||
|
||||
Personal data encryption (PDE) is
|
||||
Personal data encryption (PDE) is a security feature introduced in Windows 11, version 22H2 that provides encryption of individual user files in the known user folders of **Documents**, **Pictures**, and **Desktop**. PDE occurs in addition to other encryption methods such as BitLocker.
|
||||
|
||||
PDE utilizes Windows Hello for Business (WHfB) to link data encryption keys with user credentials. This can minimizes the amount of credentials the user has to remember to gain access to files. Unlike BitLocker which unlocks data encryption keys at boot, PDE does not unlock data encryption keys until a user logs via WHfB.
|
||||
|
||||
## Differences between PDE and BitLocker
|
||||
|
||||
|
||||
| Item | PDE | BitLocker |
|
||||
|--|--|--|
|
||||
| Release of encryption keys | At user logon via WHfB | At boot |
|
||||
| Encryption keys discarded | At user logoff | At reboot |
|
||||
| Files encrypted | User known folders of Documents, Pictures, and Desktop | Entire volume/drive |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## Differences between Personal Data Encryption and BitLocker
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
Reference in New Issue
Block a user