Adjust argon2id parameters
This commit is contained in:
parent
c6d042e080
commit
61fffdea51
1 changed files with 2 additions and 2 deletions
|
@ -100,8 +100,8 @@ var (
|
|||
|
||||
var argon2idParameters = &argon2id.Params{
|
||||
Memory: 128 * 1024,
|
||||
Iterations: 16,
|
||||
Parallelism: 4,
|
||||
Iterations: 2,
|
||||
Parallelism: 2,
|
||||
SaltLength: 16,
|
||||
KeyLength: 64,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue