owasp constant

BcryptSecurity const owasp

Provides strong security recommended by OWASP.

It uses 2^10 = 1024 rounds for encryption.

Implementation

static const owasp = BcryptSecurity('owasp', nb: 10);