We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8847ee3 commit 6a6386cCopy full SHA for 6a6386c
src/CryptoHelper/Crypto.cs
@@ -22,7 +22,7 @@ public static class Crypto
22
* (See also: SDL crypto guidelines v5.1, Part III)
23
* Format: { 0x00, salt, subkey }
24
*
25
- * Version 3: (DNX 4.5.1, 4.6 and .NET Core 5.0)
+ * Version 3: (.NET Core)
26
* PBKDF2 with HMAC-SHA256, 128-bit salt, 256-bit subkey, 10000 iterations.
27
* Format: { 0x01, prf (UInt32), iter count (UInt32), salt length (UInt32), salt, subkey }
28
* (All UInt32s are stored big-endian.)
0 commit comments