Hashing Passwords in Node and Express using bcrypt

preview_player
Показать описание

1. Don't store passwords in plain text
2. Hash your passwords using bcrypt

Chapters:
0:00​ Intro
0:30 Hashing with bcrypt
2:30 Other Hashing Algorithms
4:30 Salt
6:30 bcrypt cost factor
9:03 Comparing Passwords
10:28 Express App
16:43 Summary

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

I love the little co-pilot interactions lol

kemal_ozturk
Автор

Thought I already had a good understanding of this theme, however this review uncovers aspects I wasn't aware of. Thanks Sam.

colbr
Автор

I'm amazed how fast you spin up these little express applications to illustrate your point

samsorge
Автор

You're a wonderful teacher. Appreciate the video.

matthewc.
Автор

Thank you, that was such a great short introduction, albeit knowledgeful.

vinaykumarkharwar
Автор

Very good video. Simple, to the point without a bunch of clutter, very easy to understand. Thank you.

vernevens
Автор

Thank you so much! Super helpful beginner friendly guide.

em-kvlw
Автор

Much appreciated! Your video helped me alot. Great teaching method 👍

mohammadaitisamyaseen
Автор

Nice video, easy understand ! Thank you !

KhoaNguyen-oqhv
Автор

Thanks for the helpful video !! helped a lot !!

HarisKhan-bhuj
Автор

thanks everything was so celar to understand

bigbadcatbigbcy
Автор

this video made me understand res and req holy cow

cheesepotato
Автор

I'm not using JS but this was an excellent tutorial. I'm most curious about the postman add on for vs code.

rohbarsch
Автор

u explained it very well, do you have courses ?

prabhakarmishra
Автор

I am your biggest fan Christ Martin from Coldplay! omg

samontefrankamirsong.
Автор

I cant use await on my bcrypt.compare function, itd already inside an async function, can i get some help

frfrongong
Автор

To use an await function with no async function es bien !!

yourfavouriteman
Автор

how can you push on const user?. dont u have to use let user

WahYudi-ueuh
Автор

which tool using in vs code to pull request ?

SumitSingh-rwvl
Автор

which one is better between bcrypt and argon2 ?

makisetakashi