Default Configuration Values
{
kdf: {
outputKeyLength: 32,
argon2Type: Argon2Type.argon2i,
memoryCost: 65536,
timeCost: 3,
},
hashing: {
password: {
outputKeyLength: 64,
argon2Type: Argon2Type.argon2id,
memoryCost: 131072,
timeCost: 4,
},
}
}