Password Hashing and Salting in .NET C#

Поделиться
HTML-код
  • Опубликовано: 25 июн 2022
  • This demonstrates how to impliment password hashing and salting in .Net while using entiity framework for data access
    Source Code
    github.com/TacticDevGit/Passw...

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

  • @thokozanizakwe4428
    @thokozanizakwe4428 6 месяцев назад

    I've dealt with the Hash and Salt code and thought it was more complex. You explained it to the simplest form and it's very clear

  • @yakwii800
    @yakwii800 Год назад +1

    Ok, so. after about 10hrs of searching, and chat GPT giving me the wrong an, I then gave up on SQL for a different method of storing members. Then here you are with both of the things I needed to learn in video. 🐐

  • @RajoyVuelvePorfa
    @RajoyVuelvePorfa Год назад

    Couldn't be simpler and clearer man thanks a lot!

  • @alirezajeditehrani879
    @alirezajeditehrani879 Год назад

    Your explanation is great.

  • @mbob6
    @mbob6 9 месяцев назад

    Very insightful video, though the audio is not that good but the video explains hashing and salting in a way that can be easily understood

  • @triplejay3494
    @triplejay3494 Год назад

    This is straight forward.. thanks once again..

  • @xenia3463
    @xenia3463 Год назад

    you helped me a lot thank you!!!!

  • @Skillamu
    @Skillamu Год назад

    Great video!!

  • @gernothartung
    @gernothartung Год назад

    GREAT! Thank you so much

  • @tensecondcalm8518
    @tensecondcalm8518 Год назад

    Thank you so much

  • @karthikeyankanan2040
    @karthikeyankanan2040 8 месяцев назад

    Good😊

  • @gabrielgutierri7179
    @gabrielgutierri7179 Год назад

    congrats for your marriage, bless you

  • @Sibyl00
    @Sibyl00 Год назад

    Your source code is geting to a BODA photobook

    • @TacticDevs
      @TacticDevs  Год назад +1

      the link is now corrected, you can
      try it out

  • @rahulxdhere
    @rahulxdhere Год назад

    how can we see if our own password if we forget

    • @TacticDevs
      @TacticDevs  Год назад

      The best way is to provide a way to reset the password By replacing the old one with a new one, However you can still reveal the password if it’s forgotten you can create a token and allowed to use it use that token in case they need to recover the password but the whole system Has to be secure enough