Login page in PHP with PostgreSQL function to verify | Save crypted passwords using hashing and salt

preview_player
Показать описание
This video demonstrates how we can use PostgreSQL database to save passwords encoded with a hashing technique and salt. The login page is developed in PHP and authenticated the user details and redirect to a new page.

Credits:
Music: YouTube Audio Library
DB : PostgreSQL
Language: PHP
Editor : Notepad Plus Plus
Рекомендации по теме
Комментарии
Автор

this is one of the only vidoes that helps explain this process. Thank you

loganobrien
Автор

I have this in my my playlist to watch later playlist which I also put songs I like to listen to and every time it comes on I completely forget this is a PostgreSQL and PHP tutorial. Great music choice!

migru
Автор

So, instead of using PHPs own password_hash and password_verify functions you created a function in postgresql with pgcrypto extension for postgresql and made the password verification happening on the databases side.

Boborjan
Автор

That is really good video, thans for that - this explain a lot...

piotrpytkowski
Автор

One more question pg_gba.conf setiings auth method? (MD5? in that case)

piotrpytkowski
Автор

hello pls i have a qst:
for version nwjs 105.0.5195.102 of pgadmin i didnt find port number in proprieties

hamzagomairi