Harden app security controls from audit
This commit is contained in:
@@ -7,7 +7,7 @@ public static class PasswordHasher
|
||||
{
|
||||
private const int SaltSize = 16;
|
||||
private const int KeySize = 32;
|
||||
private const int Iterations = 100_000;
|
||||
private const int Iterations = 210_000;
|
||||
|
||||
public static (byte[] Hash, byte[] Salt) HashPassword(string password)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user