diff --git a/Applications/Backend/Source/HttpsRichardy.Federation.Infrastructure/Security/PasswordHasher.cs b/Applications/Backend/Source/HttpsRichardy.Federation.Infrastructure/Security/PasswordHasher.cs index 5147d36..98d57fb 100644 --- a/Applications/Backend/Source/HttpsRichardy.Federation.Infrastructure/Security/PasswordHasher.cs +++ b/Applications/Backend/Source/HttpsRichardy.Federation.Infrastructure/Security/PasswordHasher.cs @@ -4,7 +4,7 @@ public sealed class PasswordHasher : IPasswordHasher { private const int SaltSize = 16; private const int KeySize = 32; - private const int Iterations = 400_000; + private const int Iterations = 70_000; public Task HashPasswordAsync(string password) {