owasp5 constant
ScryptSecurity
const owasp5
The fifth recommendation by OWASP.
It uses cost of 2^13, block size of 8 and parallelism of 10.
Implementation
static const owasp5 = ScryptSecurity('owasp5', N: 1 << 13, r: 8, p: 10);