#34 Spring Security | Bcrypt Password Encoder

Поделиться
HTML-код
  • Опубликовано: 18 ноя 2024

Комментарии • 36

  • @invisibleshri
    @invisibleshri 3 месяца назад +5

    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 3 месяца назад +2

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

  • @samsonsafo8417
    @samsonsafo8417 2 месяца назад +1

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

  • @UninspiredFilm5
    @UninspiredFilm5 3 месяца назад

    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

  • @Devivl
    @Devivl 3 месяца назад

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

  • @RK22082
    @RK22082 3 месяца назад +1

    Love the way How you explain, sir ❤❤❤

  • @shanjitharamesh1054
    @shanjitharamesh1054 3 месяца назад

    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

  • @RK22082
    @RK22082 3 месяца назад

    GOAT in JAVA ❤❤❤

  • @CuriousTechy-nk7lz
    @CuriousTechy-nk7lz 3 месяца назад

    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.

  • @comedyman4896
    @comedyman4896 21 час назад

    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.

  • @vinitrajbingi2875
    @vinitrajbingi2875 3 месяца назад

    good series keep going..

  • @RK22082
    @RK22082 3 месяца назад

    Waiting for new videos to come ❤❤

  • @VinayKumar-xs6el
    @VinayKumar-xs6el 3 месяца назад

    thankyou so much for doing do videos

  • @goutamdam8546
    @goutamdam8546 2 месяца назад

    its great, thank you sir

  • @vinitrajbingi2875
    @vinitrajbingi2875 3 месяца назад

    navin anna thopu✅

  • @devichandanae.m
    @devichandanae.m Месяц назад

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

  • @touhidsayed7393
    @touhidsayed7393 3 месяца назад

    Waiting for next video

  • @smandal1237
    @smandal1237 3 месяца назад

    thank you so much

  • @Riu879
    @Riu879 3 месяца назад

    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?

  • @NandinerdeneMandakh
    @NandinerdeneMandakh 2 месяца назад

    thank you

  • @ranjanamit1994
    @ranjanamit1994 3 месяца назад

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

  • @codertravel99
    @codertravel99 3 месяца назад

    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

  • @vikasreddy7836
    @vikasreddy7836 2 месяца назад

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

    • @vinukanth
      @vinukanth Месяц назад

      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.

  • @UninspiredFilm5
    @UninspiredFilm5 3 месяца назад

    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 3 месяца назад

      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 10 дней назад

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

  • @rahulgaddai1945
    @rahulgaddai1945 2 месяца назад

    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

  • @Hari_Goud
    @Hari_Goud 3 месяца назад

    Navin anna ❤

  • @nidhidilesh3122
    @nidhidilesh3122 10 дней назад

    not working for me somehow.

  • @omkarkale2424
    @omkarkale2424 3 месяца назад

    Sir please DSA in python

  • @mohammedusama4704
    @mohammedusama4704 3 месяца назад

  • @satyam69.
    @satyam69. 3 месяца назад

    🥇

  • @prakharmishra7789
    @prakharmishra7789 3 месяца назад

    .

  • @chandrakumar1936
    @chandrakumar1936 2 месяца назад

    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