Explorar o código

Lower time_cost Argon2 param

Miraty %!s(int64=2) %!d(string=hai) anos
pai
achega
14506ab9e2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      fn/auth.php

+ 1 - 1
fn/auth.php

@@ -10,7 +10,7 @@ const PLACEHOLDER_PASSWORD = '••••••••••••••••
 const ALGO_PASSWORD = PASSWORD_ARGON2ID;
 const OPTIONS_PASSWORD = [
 	"memory_cost" => 65536,
-	"time_cost" => 24,
+	"time_cost" => 4,
 	"threads" => 64,
 ];