Brother Navin you're saving my dang life right now! This is exactly what I'm trying to include in my capstone project, thank you so much for all your hard work and guidance
Hi Awesome video🙏🙏🙏 Pls upload some videos how historical data’s are dealt in real time projects While upgrading from noop password encoder to bcrypt password encoder
Sir, could you please do a practice session on solving at least 10 practice problem on calculating the time complexity of an algorithm. It would be really helpful for many. Thank you Sir.
I want to know what is that shortcut that shows what that interface does in intellij ,like any dao implements this and that he uses it all time what is it called and what shortcut is it?
Create entire series on java features from java 8 a 21 because in java not only lambdas and stream is introduced rather date time api and it’s improvement stream improvement and etc
Hey, How the password decoder knows which one is the password value in users to decrypt ? ( provider.setPasswordEncoder(new BCryptPasswordEncoder(12));)
brother. it does not decrypt the value from users database. It encrypts the value getting from receiving from the user and compares with the database value.
I followed all the steps and I've set up the BCrypt encoding, and for some reason I'm receiving a Bad Credentials error. I tried clearing the cache for the browser and IntelliJ. Any tips or suggestions? Thank you!
I solved the issue. I had been following a different tutorial that had us tag the BCrypt passwords in mysql with a {bcrypt} header of sorts, and it was a mismatch. Putting this hear in case anyone else hsa a similar problem.
Hi, I am getting a 401 unauthorized error while sending a post request using bcrypt. but when i send the request without bcrypt the requesting is going through and data is added to db. Could anyone please help me. Thanks
can we add this securiy feature to the e commerce application already we were using h2 database and table from it and if we wanna use separate table from the same database how can we do it @Telusko
I have been following your teaching for 8 years, whenever I have doubts I just come back and refer to your videos. Thanks for the great content😊
Your teaching is very nice. I am watching your video since long. Your are great teacher.
haha now I understand why I get soo many messages to reset my password. Funny and very educative, thanks Telusko!!
Brother Navin you're saving my dang life right now! This is exactly what I'm trying to include in my capstone project, thank you so much for all your hard work and guidance
It's a very cool class. I liked it. It feels like there is some magic in this encryption.
Love the way How you explain, sir ❤❤❤
Hi
Awesome video🙏🙏🙏
Pls upload some videos how historical data’s are dealt in real time projects
While upgrading from noop password encoder to bcrypt password encoder
GOAT in JAVA ❤❤❤
Sir, could you please do a practice session on solving at least 10 practice problem on calculating the time complexity of an algorithm. It would be really helpful for many. Thank you Sir.
It's a good thing it doesn't allow you to enter 100 rounds. If it did, you would have to wait approximately 100 Quadrillion years for it to finish.
good series keep going..
Waiting for new videos to come ❤❤
thankyou so much for doing do videos
its great, thank you sir
navin anna thopu✅
thank you sir ...............
Waiting for next video
thank you so much
I want to know what is that shortcut that shows what that interface does in intellij ,like any dao implements this and that he uses it all time what is it called and what shortcut is it?
thank you
Can this logic be applied to encrypt properties from application.yml file also??
Create entire series on java features from java 8 a 21 because in java not only lambdas and stream is introduced rather date time api and it’s improvement stream improvement and etc
Hey, How the password decoder knows which one is the password value in users to decrypt ? ( provider.setPasswordEncoder(new BCryptPasswordEncoder(12));)
brother. it does not decrypt the value from users database. It encrypts the value getting from receiving from the user and compares with the database value.
I followed all the steps and I've set up the BCrypt encoding, and for some reason I'm receiving a Bad Credentials error. I tried clearing the cache for the browser and IntelliJ. Any tips or suggestions? Thank you!
I solved the issue. I had been following a different tutorial that had us tag the BCrypt passwords in mysql with a {bcrypt} header of sorts, and it was a mismatch. Putting this hear in case anyone else hsa a similar problem.
@@UninspiredFilm5 pls clarify further. I am using mysql and getting the same issue
Hi,
I am getting a 401 unauthorized error while sending a post request using bcrypt. but when i send the request without bcrypt the requesting is going through and data is added to db. Could anyone please help me.
Thanks
same issue. did you get it resolved ?
Navin anna ❤
not working for me somehow.
Sir please DSA in python
❤
🥇
.
can we add this securiy feature to the e commerce application already we were using h2 database and table from it and if we wanna use separate table from the same database how can we do it @Telusko