owasp3 constant
PBKDF2Security
const owasp3
Provides strong security recommended by OWASP.
It uses SHA-512/HMAC algorithm with 210,000 iterations.
Implementation
static const owasp3 =
PBKDF2Security('owasp3', mac: HMAC(sha512), c: 210000, dklen: 64);