Skip to content

Commit b25704e

Browse files
authored
Merge pull request #114088 from alkohli/patch-596
Change AES128 to AES256 bit for BitLocker encryption
2 parents eb2066e + 61b03d6 commit b25704e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/storage/common/storage-import-export-service.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: alkohli
55
services: storage
66
ms.service: storage
77
ms.topic: article
8-
ms.date: 03/15/2020
8+
ms.date: 05/06/2020
99
ms.author: alkohli
1010
ms.subservice: common
1111
---
@@ -35,7 +35,7 @@ Import/Export service uses the following components:
3535
* **WAImportExport tool**: This is a command-line tool that does the following:
3636
* Prepares your disk drives that are shipped for import.
3737
* Facilitates copying your data to the drive.
38-
* Encrypts the data on the drive with AES 128-bit BitLocker. You can use an external key protector to protect your BitLocker key.
38+
* Encrypts the data on the drive with AES 256-bit BitLocker. You can use an external key protector to protect your BitLocker key.
3939
* Generates the drive journal files used during import creation.
4040
* Helps identify numbers of drives needed for export jobs.
4141

@@ -125,7 +125,7 @@ The Azure Import/Export service supports copying data to and from all Azure stor
125125

126126
## Security considerations
127127

128-
The data on the drive is encrypted using AES 128-bit BitLocker Drive Encryption. This encryption protects your data while it is in transit.
128+
The data on the drive is encrypted using AES 256-bit BitLocker Drive Encryption. This encryption protects your data while it is in transit.
129129

130130
For import jobs, drives are encrypted in two ways.
131131

0 commit comments

Comments
 (0)