strong constant

BcryptSecurity const strong

Provides strong security.

It uses 2^15 = 32768 rounds for encryption.

Implementation

static const strong = BcryptSecurity('strong', nb: 15);