level 13
txg362965431
楼主
只是qq空间的密码加密算法,求教,看了一下午,搞不懂.....求教...完整js在附件,求教...
function getEncryption(password,uin,vcode){
var str1=hexchar2bin(md5(password));
var str2=md5(str1+uin);
var str3=md5(str2+vcode.toUpperCase());
return str3
2014年02月18日 15点02分
1
function getEncryption(password,uin,vcode){
var str1=hexchar2bin(md5(password));
var str2=md5(str1+uin);
var str3=md5(str2+vcode.toUpperCase());
return str3