Lower time_cost Argon2 param

This commit is contained in:
Miraty 2022-11-01 00:28:50 +01:00
parent 3cff775f26
commit 14506ab9e2
1 changed files with 1 additions and 1 deletions

View File

@ -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,
];