V
V
Viktor2019-07-17 16:15:50
PHP
Viktor, 2019-07-17 16:15:50

How to encrypt password in md5 on website?

How to encrypt the password in md5 on the site
Where is it registered?
if ($password == $cpassword){
$password = md5($password);
$cpassword = md5($password);
}

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
sim3x, 2019-07-17
@vkwebsite

https://www.php.net/manual/en/function.password-ha...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question