How can we encode a password and store it in the database using php | Hash and de-hash a password

preview_player
Показать описание
In this video, first we are going to to see how to encode a password, using the password_hash php function and store it in the database.
And next we are going to see how can we verify the encoded password against a raw password.
Also we referring to this process as hashing and de-hash a password.
This php tutorial is focusing to make passwords secure.

You can download the files to follow along.
Рекомендации по теме
Комментарии
Автор

thanks... Took me so long to realize that the length should be 255 HAHAHA lol

ramonosenajr
Автор

big thanks to you
you are a life saver

MarkHanna-us
Автор

great video, it would be awesome if you recorded your voice.

darkside
Автор

Hey, is the sql query sql-injection protected? Otherwise, nice tutorial!

technykgs