mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 10:23:37 +00:00
PDE Updates 1
This commit is contained in:
@ -30,7 +30,7 @@ sections:
|
||||
|
||||
- question: Can an IT admin specify which files should be encrypted?
|
||||
answer: |
|
||||
Yes, but it can only be done using the PDE APIs.
|
||||
Yes, but it can only be done using the [PDE APIs](/uwp/api/windows.security.dataprotection.userdataprotectionmanager).
|
||||
|
||||
- question: Do I need to use OneDrive as my backup provider?
|
||||
answer: |
|
||||
@ -66,7 +66,7 @@ sections:
|
||||
|
||||
- question: What encryption method and strength does PDE use?
|
||||
answer: |
|
||||
PDE uses AES-256 to encrypt files
|
||||
PDE uses AES-CBC with a 256-bit key to encrypt files
|
||||
|
||||
additionalContent: |
|
||||
## See also
|
||||
|
@ -52,7 +52,7 @@ ms.date: 09/22/2022
|
||||
|
||||
## PDE protection levels
|
||||
|
||||
PDE uses AES-256 to encrypt files and offers two levels of protection. The level of protection is determined based on the organizational needs. These levels can be set via the PDE APIs.
|
||||
PDE uses AES-CBC with a 256-bit key to encrypt files and offers two levels of protection. The level of protection is determined based on the organizational needs. These levels can be set via the PDE APIs.
|
||||
|
||||
| Item | Level 1 | Level 2 |
|
||||
|---|---|---|
|
||||
|
Reference in New Issue
Block a user