good constant

BcryptSecurity const good

Provides good security.

It uses 2^12 = 4096 rounds for encryption.

Implementation

static const good = BcryptSecurity('good', nb: 12);