Home >Backend Development >PHP Tutorial >求指导!知道字符,知道原始密码,求二次MD5加密结果!多谢

求指导!知道字符,知道原始密码,求二次MD5加密结果!多谢

WBOY
WBOYOriginal
2016-06-13 10:45:27960browse

求指导!知道字符,知道原始密码,求二次MD5加密结果!谢谢
如:
 $data['ad_password'] = md5(md5($login[0]['ad_password']).$data['ad_power']);

这里的ad_power字符是4f02c8798087d 那么我现在admin888通过二次MD5加密应该是多少呢?

------解决方案--------------------
echo md5(md5('admin888').'4f02c8798087d');

208ca2a7b501a8cab8e3f94072d4678f

只要能上网,肩带的代码测试可以到这里 http://1948.sinaapp.com/

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn