@@ -9,8 +9,8 @@ const PLACEHOLDER_PASSWORD = '••••••••••••••••
// Password storage security
const ALGO_PASSWORD = PASSWORD_ARGON2ID;
const OPTIONS_PASSWORD = [
- 'memory_cost' => 65536,
- 'time_cost' => 4,
+ 'memory_cost' => 8192,
+ 'time_cost' => 2,
'threads' => 64,
];