Answer the question
In order to leave comments, you need to log in
Is it safe to hash passwords like this?
Is this password hashing secure?
$text = 'password';
$hash = sha1(sha1(md5(sha1(sha1(md5(sha1(sha1(md5(md5(sha1(md5(sha1(($text))))))))))))));
echo $hash;
Answer the question
In order to leave comments, you need to log in
Why reinvent the wheel when password_hash() has been around for a long time
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question