How to Hash Passwords in Python

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

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

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

    Just a question since I already implemented some password hashing logics, how does bcrypt check the password and the hashed value ? A good practice (and also working one) is to have one unique salt per password, and also store that salt somewhere so you know how to check the password and the hashed value per user.
    So, how does bcrypt know which salt to use, or how does it check that password==hashed value ?

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

      It's a good approach, it will make it less complex. Great.

  • @JohnWasinger
    @JohnWasinger 4 หลายเดือนก่อน +2

    Love the frame layout for this video. What tool did you use to make it?

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

      Nothing it's pure graphics

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

      @@2MinutesPy Make a 2min video on how you make a good 2min video

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

    Gimme the code man, I'm too lazy to type such a long program

    • @2MinutesPy
      @2MinutesPy  4 หลายเดือนก่อน +2

      Of course I will add a link to the source code