owasp constant

PBKDF2Security const owasp

Provides strong security recommended by OWASP.

It uses SHA1/HMAC algorithm with 1,300,000 iterations.

Implementation

static const owasp =
    PBKDF2Security('owasp1', mac: HMAC(sha1), c: 1300000, dklen: 32);