dev-resources.site
for different kinds of informations.
Password hashing
Published at
12/8/2023
Categories
javascript
node
react
developer
Author
athul jain
Main Article
Password hashing involves transforming a password into alphanumeric characters using specific algorithms. Hashing proves advantageous when malicious actors compromise data. With hashing, the obtained data is in hash format, rendering it unintelligible. Popular algorithms for password hashing encompass bcrypt and SHA.
In this article, the spotlight will be on utilizing bcrypt for password hashing in Node.js. Hereโs an example of hashing plain text:
hash('HeypasswordIsSafe@') = 1b21hb2hb1u2gu3g2fxy1v2ux1v2y3vu12g4u3ggvgu43598sa89da98sd79adshuavusdva9sdguasd
Articles
12 articles in total
NodeJS Notes
read article
What is Software Development
read article
HTTP response status codes
read article
Types of Node Modules
read article
difference between frontend and backend development
read article
394 contributions in 2023 ๐ ๐ github ๐
read article
Mern Stack
read article
Password hashing
currently reading
props and context - react.js
read article
Node js - 5 Features
read article
My Personal Portfolio
read article
React js props
read article
Featured ones: