MySql query:
select md5(md5('pass') + '123') from foo
gives c8ffe9a587b126f152ed3d89a146b445
while php md5(md5('pass').'123')
gives
ae2553fb5786e36233d25c879faf3863
What is wrong?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
+is probably adding it.