simonepri/phc-bcrypt

Secure defaults configurations

オープン

#5 opened on 2018/03/06

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (6 件のフォーク)github user discovery
help wanted

Repository metrics

Stars
 (6 個のスター)
PR merge metrics
 (30d に merged 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)

コントリビューターガイド