where the username and password stored in php | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

where the username and password stored in php

where the username and password stored in php programming using http authentication we are the username and password stored in php programming using http authentication

4th Oct 2018, 11:33 AM
Nadir Hussain
Nadir Hussain - avatar
1 Answer
0
They get stored in a database. most likely a sql db. The password is usually hashed and salted tho. The function password_hash() should be used for this.
7th Oct 2018, 1:38 AM
Arthur Tripp
Arthur Tripp - avatar