Skip to content

What Paswored create #4

@oleg-kosarev

Description

@oleg-kosarev

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions