-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
i understend pasword is php function crypt wtch hash_equals and $hashed_password in mysql. But mysql in pasword hashed? if hased crypt("mypasword", "myseret") what myseret?
$hashed_password = $q->password; $id = $q->id; echo $hashed_password ." ".$password; //exit; if (hash_equals($hashed_password, crypt($password, $hashed_password))){ }
Metadata
Metadata
Assignees
Labels
No labels