good constant
Argon2Security
const good
Provides good security. Second recommended option by RFC-9106.
It uses 64MB of memory, 4 lanes, and 3 iterations. This is 10x slower than the moderate one.
Implementation
static const good = Argon2Security('good', m: 1 << 16, p: 4, t: 3);