strong constant

PBKDF2Security const strong

Provides strong security. It uses similar parameters as owasp2.

It uses SHA-256/HMAC algorithm with 600,000 iterations.

Implementation

static const strong =
    PBKDF2Security('strong', mac: HMAC(sha256), c: 600000, dklen: 64);