#34 Spring Security | Bcrypt Password Encoder

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ม.ค. 2025

ความคิดเห็น • 48

  • @invisibleshri
    @invisibleshri 5 หลายเดือนก่อน +8

    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😊

  • @sachinhatpaki8082
    @sachinhatpaki8082 6 หลายเดือนก่อน +4

    Your teaching is very nice. I am watching your video since long. Your are great teacher.

  • @maliksulemanaslam1839
    @maliksulemanaslam1839 หลายเดือนก่อน +1

    Really enjoyed this class, didn't get bored at all. Thanks and love from Pakistan to Sir Navin.

  • @samsonsafo8417
    @samsonsafo8417 5 หลายเดือนก่อน +1

    haha now I understand why I get soo many messages to reset my password. Funny and very educative, thanks Telusko!!

  • @UninspiredFilm5
    @UninspiredFilm5 6 หลายเดือนก่อน

    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

  • @RK22082
    @RK22082 6 หลายเดือนก่อน +1

    Love the way How you explain, sir ❤❤❤

  • @Devivl
    @Devivl 5 หลายเดือนก่อน

    It's a very cool class. I liked it. It feels like there is some magic in this encryption.

  • @AntonNarusberg
    @AntonNarusberg หลายเดือนก่อน

    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.

  • @RK22082
    @RK22082 6 หลายเดือนก่อน

    GOAT in JAVA ❤❤❤

  • @shanjitharamesh1054
    @shanjitharamesh1054 5 หลายเดือนก่อน

    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

  • @CuriousTechy-nk7lz
    @CuriousTechy-nk7lz 6 หลายเดือนก่อน

    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.

  • @piyushgupta2325
    @piyushgupta2325 หลายเดือนก่อน

    ANOTHER BIG HUGE HUGE TIP* THE Username should be unique...so please keep that in mind

  • @DevGhost97
    @DevGhost97 2 หลายเดือนก่อน

    absolute legend

  • @shivarajme
    @shivarajme หลายเดือนก่อน

    Awesome boss!!!

  • @vinitrajbingi2875
    @vinitrajbingi2875 6 หลายเดือนก่อน

    good series keep going..

  • @VinayKumar-xs6el
    @VinayKumar-xs6el 6 หลายเดือนก่อน

    thankyou so much for doing do videos

  • @RK22082
    @RK22082 6 หลายเดือนก่อน

    Waiting for new videos to come ❤❤

  • @goutamdam8546
    @goutamdam8546 4 หลายเดือนก่อน

    its great, thank you sir

  • @shivarajme8610
    @shivarajme8610 หลายเดือนก่อน

    Good one

  • @arjunp660
    @arjunp660 หลายเดือนก่อน

    HEY !!! HUGE TIP !!! do not use USER as model name as its a reserved keyword in postgres. use USERS as sir does.

  • @vinitrajbingi2875
    @vinitrajbingi2875 6 หลายเดือนก่อน

    navin anna thopu✅

  • @devichandanae.m
    @devichandanae.m 3 หลายเดือนก่อน

    thank you sir ...............

  • @smandal1237
    @smandal1237 5 หลายเดือนก่อน

    thank you so much

  • @mrdark3325
    @mrdark3325 หลายเดือนก่อน

    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.

  • @comedyman4896
    @comedyman4896 2 หลายเดือนก่อน

    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.

  • @vikasreddy7836
    @vikasreddy7836 4 หลายเดือนก่อน

    Hey, How the password decoder knows which one is the password value in users to decrypt ? ( provider.setPasswordEncoder(new BCryptPasswordEncoder(12));)

    • @vinukanth
      @vinukanth 3 หลายเดือนก่อน

      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.

  • @NandinerdeneMandakh
    @NandinerdeneMandakh 5 หลายเดือนก่อน

    thank you

  • @touhidsayed7393
    @touhidsayed7393 6 หลายเดือนก่อน

    Waiting for next video

  • @ranjanamit1994
    @ranjanamit1994 5 หลายเดือนก่อน

    Can this logic be applied to encrypt properties from application.yml file also??

  • @codertravel99
    @codertravel99 6 หลายเดือนก่อน

    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

  • @Riu879
    @Riu879 5 หลายเดือนก่อน

    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?

    • @SRIHARI_LWL
      @SRIHARI_LWL 2 วันที่ผ่านมา

      click on the interface name

  • @Hari_Goud
    @Hari_Goud 6 หลายเดือนก่อน

    Navin anna ❤

  • @UninspiredFilm5
    @UninspiredFilm5 6 หลายเดือนก่อน

    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!

    • @UninspiredFilm5
      @UninspiredFilm5 6 หลายเดือนก่อน +1

      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.

    • @nidhidilesh3122
      @nidhidilesh3122 2 หลายเดือนก่อน

      @@UninspiredFilm5 pls clarify further. I am using mysql and getting the same issue

    • @lohithneerukonda
      @lohithneerukonda 2 หลายเดือนก่อน

      @@UninspiredFilm5 This worked for me. Thanks :)

  • @omkarkale2424
    @omkarkale2424 6 หลายเดือนก่อน

    Sir please DSA in python

  • @mohammedusama4704
    @mohammedusama4704 6 หลายเดือนก่อน

  • @satyam69.
    @satyam69. 6 หลายเดือนก่อน

    🥇

  • @rahulgaddai1945
    @rahulgaddai1945 5 หลายเดือนก่อน

    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

    • @nidhidilesh3122
      @nidhidilesh3122 2 หลายเดือนก่อน

      same issue. did you get it resolved ?

    • @lohithneerukonda
      @lohithneerukonda 2 หลายเดือนก่อน

      Same issue. did you resolve it?

    • @nidhidilesh3122
      @nidhidilesh3122 2 หลายเดือนก่อน

      @@lohithneerukonda yes it got resolved. When u use bcrypt append {bcrypt} and then encrypt the remaining string
      ({bcrypt}+BCryptPasswordEncoder(“yourpassword”))
      Like this

  • @nidhidilesh3122
    @nidhidilesh3122 2 หลายเดือนก่อน

    not working for me somehow.

  • @prakharmishra7789
    @prakharmishra7789 6 หลายเดือนก่อน

    .

  • @chandrakumar1936
    @chandrakumar1936 4 หลายเดือนก่อน

    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