Comparing Hashed Passwords To Plaintext Passwords - Flask Fridays #15

Описание к видео Comparing Hashed Passwords To Plaintext Passwords - Flask Fridays #15

In this video we'll compare the hashed passwords that are saved to the database to a plaintext password that a user types in to log onto the website.

Whenever someone registers, we convert their password into a hash that gets saved in the database. But what happens in the future when the user tries to log in by typing their regular plain text password?

How do we compare that password the the saved hashed password in the database? I'll show you how in this video.


#flask #codemy #JohnElder

Комментарии

Информация по комментариям в разработке