Skip to content

Commit 0a324aa

Browse files
ErlendLandroRon Petrusha
authored andcommitted
Replace AES token (dotnet#111)
For dotnet/docs#4801
1 parent f016d24 commit 0a324aa

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

includes/tla2sharptla-aes-md.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

xml/System.Security.RightsManagement/CryptoProvider.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@
362362
## Remarks
363363
The byte length of the `clearText` buffer should be a multiple of the cipher <xref:System.Security.RightsManagement.CryptoProvider.BlockSize%2A> property.
364364
365-
The digital rights management system uses [!INCLUDE[TLA#tla_aes](~/includes/tlasharptla-aes-md.md)] block cipher. With [!INCLUDE[TLA2#tla_aes](~/includes/tla2sharptla-aes-md.md)], blocks are encrypted independently such that two blocks of identical clear text produce identical cipher text results. To minimize potential decryption threats from independent block encryption, applications should employ methods to modify content, such as compression, to avoid encrypting identical clear text blocks.
365+
The digital rights management system uses [!INCLUDE[TLA#tla_aes](~/includes/tlasharptla-aes-md.md)] block cipher. With AES, blocks are encrypted independently such that two blocks of identical clear text produce identical cipher text results. To minimize potential decryption threats from independent block encryption, applications should employ methods to modify content, such as compression, to avoid encrypting identical clear text blocks.
366366
367367
368368

0 commit comments

Comments
 (0)