owasp4 constant

ScryptSecurity const owasp4

The fourth recommendation by OWASP.

It uses cost of 2^14, block size of 8 and parallelism of 5.

Implementation

static const owasp4 = ScryptSecurity('owasp4', N: 1 << 14, r: 8, p: 5);