test constant
PBKDF2Security
const test
Provides a very low security. Use it only for test purposes.
It uses MD5/HMAC algorithm with a cost of 10.
WARNING: Not recommended for general use.
Implementation
static const test = PBKDF2Security('test', mac: HMAC(md5), c: 10, dklen: 16);