good constant
PBKDF2Security
const good
Provides good security.
It uses SHA-256/HMAC algorithm with 50,000 iterations.
Implementation
static const good =
PBKDF2Security('good', mac: hmac_sha256, c: 50000, dklen: 64);