THEY WE'RE NEVER MATCHED '-'
I was using the function
PHP Code:
<?php
password_verify();
?>
I made some research online and for my surprise, it seems this function doesn't work with md5 hashed passwords..(****)
So, i made a question to google.("Is it possible to verify or compare md5 passwords through any php function")
And well, google said "YOU CAN'T DO THAT"
'-'
So my quesiton is, does the dekaron client work with any other hash type of passwords? Or does the SQL server itself work with that?






