test constant

BcryptSecurity const test

Provides a very low security. Use it for test purposes.

It uses 2^1 = 2 round for encryption.

WARNING: Not recommended for general use.

Implementation

static const test = BcryptSecurity('test', nb: 1);