diff options
Diffstat (limited to 'tests/dotnet-pass.php')
| -rw-r--r-- | tests/dotnet-pass.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/dotnet-pass.php b/tests/dotnet-pass.php index eeba77f..191a2d2 100644 --- a/tests/dotnet-pass.php +++ b/tests/dotnet-pass.php @@ -95,7 +95,7 @@ trait DotNetHasherChecker { return false; // bad size } - + byte[] salt = new byte[SaltSize]; Buffer.BlockCopy(hashedPassword, 1, salt, 0, salt.Length); @@ -183,7 +183,7 @@ class SomeUserClass $h = new SomeUserClass(); $result = $h->Verify_AspNet_HashedPassword( - '3212', + '!$ola_04$', 'AMHM+lMKiSdmucVv8KhQ9yyF/sVj8Pay16HJkBDORJxvHDm0WFP2vww9DBVo3JTEoA==' ); @@ -500,4 +500,4 @@ namespace Microsoft.AspNetCore.Identity } --- -*/
\ No newline at end of file +*/ |
