File tree Expand file tree Collapse file tree 5 files changed +9
-1
lines changed
csharp/System.Security.Cryptography/PasswordDeriveBytes/Overview Expand file tree Collapse file tree 5 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ System.Security.Cryptography.HMACRIPEMD160.exe : hmacripemd160.cpp
2
+ cl /FeSystem.Security.Cryptography.HMACRIPEMD160.exe /clr :pure hmacripemd160.cpp
Original file line number Diff line number Diff line change
1
+ System.Security.Cryptography.HMACSHA256.exe : hmacsha256.cpp
2
+ cl /FeSystem.Security.Cryptography.HMACSHA256.exe /clr :pure hmacsha256.cpp
Original file line number Diff line number Diff line change
1
+ System.Security.Cryptography.HMACSHA384.exe : hmacsha384.cpp
2
+ cl /FeSystem.Security.Cryptography.HMACSHA384.exe /clr :pure hmacsha384.cpp
Original file line number Diff line number Diff line change
1
+ System.Security.Cryptography.HMACSHA512.exe : hmacsha512.cpp
2
+ cl /FeSystem.Security.Cryptography.HMACSHA512.exe /clr :pure hmacsha512.cpp
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ public static byte[] CreateRandomSalt(int length)
82
82
using ( RandomNumberGenerator rng = RandomNumberGenerator . Create ( ) )
83
83
{
84
84
// Fill the buffer with random bytes.
85
- rand . GetBytes ( randBytes ) ;
85
+ rng . GetBytes ( randBytes ) ;
86
86
}
87
87
88
88
// return the bytes.
You can’t perform that action at this time.
0 commit comments