brix / crypto-js

JavaScript library of crypto standards.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Insufficient Default Key Length in PBKDF2 Violates NIST Guidelines

tianjk99 opened this issue · comments

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 }),

Sorry, this is my problem, this implementation is correct