码迷,mamicode.com
首页 > 其他好文 > 详细

Ecstore会员密码加密方式破解

时间:2016-11-24 15:09:52      阅读:198      评论:0      收藏:0      [点我收藏+]

标签:php   end   int   ecs   cst   front   用户名   pre   log   

<?php
//以下是加密方式,亲测有效
$string_md5 = md5(md5("密码")."用户名"."注册时间");//三个参数组合:密码先MD5加密+用户名+注册时间
$front_string = substr($string_md5,0,31);//截取了一位
$end_string = s.$front_string;
print_r($end_string);

 

Ecstore会员密码加密方式破解

标签:php   end   int   ecs   cst   front   用户名   pre   log   

原文地址:http://www.cnblogs.com/blts/p/6097541.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!