🔴 MERN #13: How to Secure Your Passwords? Password Hashing using Bcrypt.JS in Hindi

preview_player
Показать описание
Welcome, How to Secure Your Passwords in MERN Application? Password Hashing using Bcrypt.JS in Hindi

************* Must Watch Videos For Web Development *************



😍😍 Check Programming Videos in One Hour👇

*********** CLICK HERE TO WATCH *************

***************** MUST WATCH VIDEOS ******************

Make Website Responsive Using Media Queries in One Video in Hindi | Web Design Tutorial in Hindi

Guys, Please support my channel by SUBSCRIBE to my channel and share my videos in your Social Network TimeLines.

Don't Forget to Follow me on all Social Network,

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

every time i get stuck on a topic .. Thapa bhaiyaa comes as a saviour ..😍

noobCoder
Автор

If not getting hash simply replace hash with hashsync

aniketyadav
Автор

People watching now please use hashsync instead of using hash only otherwise it will not work.

beastboy..
Автор

Bahiyaa ap ka teaching style boht kamaal ka hn as comparison to other you tubers love from pak

shoaibzaki
Автор

i like your teaching methodology bro . i love to watch your tutorial . in this lecture I have one question that if the password and password both fields are same then why hashing code is different.at 17:40 both password are same but when we see at 18:35 the password and cpassword hashes are different . why both are different it should be same

arslanali
Автор

Is mern good for seo? Or we should use nextjs in mern stack instead of traditional reactjs

okeyshourovroy
Автор

We have 2 choices whether we can use hash / hashsync, now if you're using hash method and you password is not hashing in db, then add Await before it like below :-
this.password = await bcyrpt.hash(this.password, 12)

technologytrends
Автор

Please include video authorization and streaming like Netflix in mern projects 😍

okeyshourovroy
Автор

we can also hash the password inside the router. Why do we create a function in the schema?

billypentester
Автор

if (password != cpassword) {
return and confirm password not match"})
}

tusharshrivas
Автор

sir you are great but i have a question that after hashing there is no way to decrypt it so our password is completely changed by hash function....but when we want login then we can check that user put correct password or not because user's password is store as hash in data base....so this way is not more reply😶

axeditingzone
Автор

If we encrypt, we can decrypt. But if we hash something, then it is very difficult to un-hash it.

AK-lnko
Автор

If I install >> npm i bcrypt<< then it does not work and shows an error after then I user .>> npm install bcryptjs --save << and the error is resolved.

TamimMahmudBD
Автор

without pre method it's work, , can I use this process, sir
/*router.js*/
const user = new User({name, email, phone, work, password, confrimPassword})

user.password = await bcrypt.hash(user.password, 10)

await user.save()
"user register successfully"})

mustafizmunna
Автор

This program is only checking the email... And not the password?? Because I wrote wrong password and it said login successful

sahuji
Автор

Is modified Mai aapne Khali password rakha Hai Confirm password bhi Rakh sakte Hai Kya plz reply @Thapa Technical

chiraggupta
Автор

Further You also added await in front of bcrypt

ritikjain
Автор

Bro please please add Mail/phone number otp while signup or registration and also Forgot password please 🙏

shetty
Автор

if you try to login then it wont work because our password had been changed into hash value and we are trying to input the string value.. so how we login then, does anyone know?

harivishvakarma
Автор

Sir its my suggestion not taking as advise to give 1 day gap for revision

razikkhan