simonepri/phc-bcrypt

Secure defaults configurations

Offen

#5 geöffnet am 06.03.2018

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (6 Forks)github user discovery
help wanted

Repository-Metriken

Stars
 (6 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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)

Contributor Guide