How to Hash Passwords in Python

preview_player
Показать описание
In this video, we'll see how to hash passwords using bcrypt in Python, salt hash passwords, and authenticate hash password with the original password. Additionally, we'll see how to create more secure hash passwords using the Key Derivation Function.

We can implement Password hashing in our projects to securely store user passwords in the database.

✨More on 2MinutesPy👇👇

@2MinutesPy

#hashing #password #bcrypt #python #pythonprogramming #2minutespy
Рекомендации по теме
Комментарии
Автор

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 ?

TheJacksDan
Автор

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

JohnWasinger
Автор

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

neckbro
welcome to shbcf.ru