simonepri/phc-bcrypt

Secure defaults configurations

开放

#5 创建于 2018年3月6日

 (0 条评论) (0 个反应) (0 位负责人)JavaScript (6 个派生)github user discovery
help wanted

仓库指标

星标
 (6 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

This issue will be updated with the current defaults used by this package while hashing your passwords.

Please comment on this issue to get them updated.

Defaults

/**
 * Default configurations used to generate a new hash.
 * @private
 * @type {Object}
 */
const defaultConfigs = {
  // The cost of processing the data.
  // See here https://www.npmjs.com/package/bcrypt#a-note-on-rounds
  rounds: 10,
};

Last Update: 01/03/2017 (dd/mm/yyyy)

贡献者指南