CodeBrowser / npm / bcrypt
bcrypt@6.0.0
// A bcrypt library for NodeJS.
$ npm install bcrypt
downloads/wk
5,163,433
license
MIT
version
6.0.0
published
May 11, 2025
What is bcrypt?
bcrypt is a Node.js library for securely hashing and verifying passwords using the bcrypt algorithm, which is specifically designed to be computationally expensive and resistant to brute-force attacks. Developers use it to safely store user passwords in databases and authenticate users without ever storing plaintext passwords, making it a standard choice for implementing password security in applications.
Keywords
#bcrypt #password #auth #authentication #encryption #crypt #crypto
Dependencies (2)
Maintainers
jfirebaugh, tootallnate, ncb000gt, defunctzombie, amitosh