Skip to content

Commit 631d066

Browse files
update migration api encryption (SharePoint#5640)
updated encryption information per security team.
1 parent 81d59aa commit 631d066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/apis/migration-api-encryption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Example:
5858

5959
## Extra requirement
6060

61-
For the encryption, each file must be encrypted and have an IV assigned to it. The encryption method should follow the AES CBC 256 Standard. The IV should be different for every file including the manifests in the package and should be stored as a property on each files.
61+
For the encryption, each file must be encrypted and have an IV assigned to it. The encryption method should follow the AES CBC 256 Standard. A unique, cryptographically-random IV must be generated for every file including the manifests in the package and should be stored as a property on each files. Use the AesCryptoServiceProvider.GenerateIV method to generate a unique random IV for each file.
6262

6363
- Name = [IV]
6464
- Value = [Base64encoded byte array of the IV]

0 commit comments

Comments
 (0)