Login
From:
A Beautiful Site
(Uncensored)
subscribe
Hashing Passwords with Node.js and bcrypt
https://www.abeautifulsite.net/posts/hashing-passwords-with-nodejs-and-bcrypt/
links
backlinks
Roast topics
Find topics
Find it!
The bcrypt library on NPM makes it really easy to hash and compare passwords in Node. If you're coming from a PHP background, these are roughly equivalent to password_hash() and password_verify().