owasp2 constant

PBKDF2Security const owasp2

Provides strong security recommended by OWASP.

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

Implementation

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