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.
Hello sir, when I follow your video above, it shows an error: Row was updated or deleted by another transaction (or unsaved-value mapping was incorrect) when I inserted data into the database.
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.
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
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?
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
@@lohithneerukonda yes it got resolved. When u use bcrypt append {bcrypt} and then encrypt the remaining string ({bcrypt}+BCryptPasswordEncoder(“yourpassword”)) Like this
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.
Really enjoyed this class, didn't get bored at all. Thanks and love from Pakistan to Sir Navin.
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
Love the way How you explain, sir ❤❤❤
It's a very cool class. I liked it. It feels like there is some magic in this encryption.
Thank you for a great video! I'd like to point out that MD5 hashing algorithm has been broken and should not be used. Same goes for SHA-1.
GOAT in JAVA ❤❤❤
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.
ANOTHER BIG HUGE HUGE TIP* THE Username should be unique...so please keep that in mind
absolute legend
Awesome boss!!!
good series keep going..
thankyou so much for doing do videos
Waiting for new videos to come ❤❤
its great, thank you sir
Good one
HEY !!! HUGE TIP !!! do not use USER as model name as its a reserved keyword in postgres. use USERS as sir does.
navin anna thopu✅
thank you sir ...............
thank you so much
Hello sir,
when I follow your video above, it shows an error: Row was updated or deleted by another transaction (or unsaved-value mapping was incorrect) when I inserted data into the database.
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.
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.
thank you
Waiting for next video
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
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?
click on the interface name
Navin anna ❤
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
@@UninspiredFilm5 This worked for me. Thanks :)
Sir please DSA in python
❤
🥇
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 ?
Same issue. did you resolve it?
@@lohithneerukonda yes it got resolved. When u use bcrypt append {bcrypt} and then encrypt the remaining string
({bcrypt}+BCryptPasswordEncoder(“yourpassword”))
Like this
not working for me somehow.
.
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