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)

貢獻者指南