Despite the improvements in the default hash algorithm and number of iterations in PBKDF2 version 4.2.0, the default derived key length of 32 bits violates the minimum requirement of 112 bits specified by NIST SP800-132.
cfg: Base.extend({ keySize: 128/32, hasher: SHA256, iterations: 250000 }),
Despite the improvements in the default hash algorithm and number of iterations in PBKDF2 version 4.2.0, the default derived key length of 32 bits violates the minimum requirement of 112 bits specified by NIST SP800-132.
cfg: Base.extend({ keySize: 128/32, hasher: SHA256, iterations: 250000 }),