kelektiv/node.bcrypt.js
bcrypt for NodeJs observed · 2026-08-28
Health v2 · maintenance only
57/100
- Activity 77
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5984
- days_rel: 499
- days_push: 141
- n_releases_24m: 1
Adoption not part of the score
7800 stars · 551 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A Node.js library providing bcrypt password hashing implemented as a native C++ addon. It handles salting and hashing passwords for secure storage and verification.
Use cases
- hash user passwords before storing them in a database
- verify passwords against bcrypt hashes at login
- generate salted password hashes with configurable cost
- migrate legacy password hashes to bcrypt
- securely store credentials in a Node.js backend
When to choose
- you need battle-tested bcrypt hashing in a Node.js application
- you want a native implementation for better hashing performance
- you need compatibility with existing bcrypt hashes from other systems
When to avoid
- you want a pure-JavaScript solution without native compilation (use bcrypt.js)
- you need modern password hashing like Argon2id
- you are hashing data other than passwords (use a regular hash function)
Facets
library · maturity stable
cryptography security auth security backend developer-tools cross-platform bcrypt password-hashing nodejs-addon native-module nodejs
1 source
- readme: https://github.com/kelektiv/node.bcrypt.js · fetched 2026-08-28 · 2a3139a2b30d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kelektiv/node.bcrypt.js | main | 57 |
For agents
markdown · JSON · MCP: product_card(name="kelektiv/node.bcrypt.js")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem