strong constant
Argon2Security
const strong
Provides strong security. First recommended option by RFC-9106.
It uses 2GB of memory, 4 lanes, and 1 iteration. This is 10x slower than the good one.
Implementation
static const strong = Argon2Security('strong', m: 1 << 21, p: 4, t: 1);