关于IPTV 盒子端加密方式
iptv吧
全部回复
仅看楼主
level 1
he_aptech 楼主
var simple = "0001";
var huaweimd5 = "0002";
var gdmd5 = "0003";
if(encryptType == simple)
{
password = Authentication.CTCGetConfig("Pwd");
}
else if(encryptType == huaweimd5)
{
password = Authentication.CTCGetConfig("iptvmd5Extented");
}
else if(encryptType == gdmd5)
{
password = Authentication.CTCGetConfig("163md5Extented");
}
var STBID = Authentication.CTCGetSTBID();
var IP = Authentication.CTCGetLocalIpAddress();
var MAC = Authentication.CTCGetLocalMAC();
var authenticator = Authentication.CTCGetAuthInfoEx(random,encryToken,"test206",STBID,IP,MAC,"","CTC",password);
document.authform.Authenticator.value = authenticator;
document.authform.userToken.value = encryToken;
document.authform.STBID.value = Authentication.CTCGetConfig("STBID");
document.authform.mac.value =MAC;
document.authform.action ="pcc_ValidAuthenticationHWCTC.jsp?UserID="+UserID+"&UserPwd="+UserPwd;
各位大神,哪位能帮忙提供一下
Authentication.CTCGetConfig("iptvmd5Extented"); 加密方法实现;
Authentication.CTCGetConfig("163md5Extented"); 加密方法的实现
以及Authentication.CTCGetAuthInfoEx 实现。
2018年09月18日 10点09分 1
level 1
同求,加扣一起研究,1-37-1029-323
2018年10月23日 05点10分 2
1