saving . . . saved The password in database for alex is changed to some hash code has been deleted. The password in database for alex is changed to some hash code has been hidden .
The password in database for alex is changed to some hash code
Title
Question
The password of alex In database was abc but its changed to some hash code. Plz suggest why you did so ?
How can i proceed further plz suggest

PHP-and-MySQL User-Password-Change-Part-2 07-08 min 30-40 sec 02-05-21, 7:09 p.m. KVDEVIL

Answers:

hi,
Password has to be hashed before saving for security reason.   But when you login, you need to put the actual password. for eg. you have to enter 'abc' and not the hashed '8747845875jhrsthjkdfhjdf'.
Is this your query?
Thanks
11-05-21, 5:52 p.m. rmn123


hi,
Password has to be hashed before saving for security reason.   But when you login, you need to put the actual password. for eg. you have to enter 'abc' and not the hashed '8747845875jhrsthjkdfhjdf'.
Is this your query?
Thanks
13-10-21, 1:40 p.m. kamblishardul22@gmail.com


Log-in to answer to this question.