Skip to content

Commit 0c096a3

Browse files
authored
Removes mention of BestCrypt from CNG documentation (#9876)
1 parent b390547 commit 0c096a3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

xml/System.Security.Cryptography/MD5Cng.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<format type="text/markdown"><![CDATA[
2121
2222
## Remarks
23-
This algorithm is for hashing only and does not provide any encryption or decryption. It uses the BCrypt (BestCrypt) layer CNG.
23+
This algorithm is for hashing only and does not provide any encryption or decryption.
2424
2525
> [!NOTE]
2626
> Newer hashing algorithms such as the Secure Hash Algorithms SHA-256 and SHA-512 are available. Consider using either the <xref:System.Security.Cryptography.SHA256Cng> class or the <xref:System.Security.Cryptography.SHA512Cng> class instead of the <xref:System.Security.Cryptography.MD5Cng> class. Use <xref:System.Security.Cryptography.MD5Cng> only for compatibility with legacy applications and data.

xml/System.Security.Cryptography/SHA1Cng.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<format type="text/markdown"><![CDATA[
2121
2222
## Remarks
23-
This algorithm is for hashing only and does not provide any encryption or decryption. It uses the BCrypt (BestCrypt) layer CNG.
23+
This algorithm is for hashing only and does not provide any encryption or decryption.
2424
2525
Due to collision problems with SHA1, Microsoft recommends SHA256.
2626

xml/System.Security.Cryptography/SHA384Cng.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<format type="text/markdown"><![CDATA[
2121
2222
## Remarks
23-
This algorithm is for hashing only and does not provide any encryption or decryption. It uses the BCrypt (BestCrypt) layer CNG.
23+
This algorithm is for hashing only and does not provide any encryption or decryption.
2424
2525
]]></format>
2626
</remarks>

xml/System.Security.Cryptography/SHA512Cng.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<format type="text/markdown"><![CDATA[
2121
2222
## Remarks
23-
This algorithm is for hashing only and does not provide any encryption or decryption. It uses the BCrypt (BestCrypt) layer CNG.
23+
This algorithm is for hashing only and does not provide any encryption or decryption.
2424
2525
]]></format>
2626
</remarks>

0 commit comments

Comments
 (0)