Bug#1141566: ITP: node-bcrypt -- bcrypt password hash function for Node.js
[email protected] Mon, 06 Jul 2026 06:37:09 -0400
| Newsgroups | gmane.linux.debian.devel.general |
|---|---|
| Message-ID | <17f9bc548ee418385f95bbf2641d3be1__42168.8254967862$1783334385$gmane$org@nahmias.net> |
Package: wnpp Severity: wishlist Owner: Joseph Nahmias <[email protected]> Control: block 1141264 by -1 X-Debbugs-CC: [email protected], [email protected], Nick Campbell <[email protected]> * Package name : node-bcrypt Version : 6.0.0 Upstream Author : Nick Campbell <[email protected]> * URL : https://github.com/kelektiv/node.bcrypt.js * License : Expat Programming Lang: JavaScript Description : bcrypt password hash function for Node.js bcrypt is an adaptive key derivation function based on the Blowfish cipher: over time, the iteration count can be increased to make it slower, so it remains resistant to brute-force search attacks even with increasing computational power. . Key derivation functions take a password, a salt, and a cost factor as inputs then generate a password hash. Their purpose is to make each password guessing trial by an attacker who has obtained a password hash file expensive and therefore the cost of a guessing attack high or prohibitive. . Node.js is an event-based server-side JavaScript engine. test dep for bcryptjs i plan to maintain this under the js-team