How To Store Passwords Securely In Node.js Using Bcrypt

preview_player
Показать описание
Many people assume that encrypting the password before storing it is the right approach to building a secure web application. However, encrypting your passwords is a BAD IDEA and will make your application vulnerable.

Even worse, some people simply store the passwords in plain text!

In this tutorial, we’ll look at a simple example of how to securely store passwords using bcyrpt.

NOTES
Download the code ⬇️

Download bcrypt ⬇️

Have I Been Pwned? ⬇️

QUESTIONS

CONNECT

Follow me on Twitter

Find out more about Gravity

SUBSCRIBE
Рекомендации по теме
Комментарии
Автор

I respect people who focus on their video quality instead of wasting time of viewers to earn watch time. You earned a subscriber. Thank you Sir.

PS-odmm
Автор

Very clear and concise video! Thank you so much!

djgulston
Автор

Great, Simple and to the point! Thank you!

snippets
Автор

I'm not seeing where you're using the uuidv4 part for the password. Is that needed? Great vid!

SpokoProductions
Автор

did you store the salt into database ?

MuhammadIlham-vnnq