diff --git a/lib/consts.js b/lib/consts.js index 7eda33a5..12806460 100644 --- a/lib/consts.js +++ b/lib/consts.js @@ -43,7 +43,7 @@ module.exports = { DEFAULT_HASH_ALGO: 'pbkdf2', //either 'pbkdf2' or 'bcrypt' BCRYPT_ROUNDS: 11, // bcrypt.js benchmark async in a VPS: 261.192ms, do not want to take it too long - PDKDF2_ITERATIONS: 25000, + PDKDF2_ITERATIONS: 100000, PDKDF2_SALT_SIZE: 16, PDKDF2_DIGEST: 'sha256', // 'sha512', 'sha256' or 'sha1'