亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

flashfxp解密

互聯(lián)網(wǎng)   發(fā)布時(shí)間:2008-10-08 19:01:38   作者:佚名   我要評(píng)論
amxku's blog amxku PS:一個(gè)是7j寫(xiě)的,一個(gè)是國(guó)外的,相比之下,國(guó)外的那個(gè)東,速度要快一些,7J可能該郁悶了。呵呵,學(xué)習(xí)學(xué)習(xí)。 function flashfxp($data) { $pass=substr($data, 2); $flashfxp_key = array(y,0,A,0,3,0,6,0,z,0,A,0,4,0,8,0,
amxku's blog amxku PS:一個(gè)是7j寫(xiě)的,一個(gè)是國(guó)外的,相比之下,國(guó)外的那個(gè)東,速度要快一些,7J可能該郁悶了。呵呵,學(xué)習(xí)學(xué)習(xí)。 function flashfxp($data)
{
$pass=substr($data, 2);
$flashfxp_key = array(y,0,A,0,3,0,6,0,z,0,A,0,4,0,8,0,d,0,E,0,h,0,f,0,r,0,v,0,g,0,h,0,G,0,R,0,g,0,5,0,7,0,h,0,5,0,U,0,l,0,D,0,v,0,3);
for ($i=0; $i < strlen($data) - 2; $i =2)
{
$run = (Hexdec(substr($pass, $i, 2)) ^ Hexdec(DecHex(ord($flashfxp_key[$i])))) - Hexdec(substr($data, $i, 2));
if ($run < 0)
$run=$run 255;
$Num.=chr($run);
}
return $Num;
}
國(guó)外的一個(gè) function decryptffxp($ciphertext)
{
$magic_buffer="yA36zA48dEhfrvghGRg57h5UlDv3";
$count =0;
$length =strlen($ciphertext);
while ($count < $length)
{
$cts.=chr(hexdec($ciphertext[$count] . $ciphertext[$count 1]));
$count =2;
}
$length =strlen($cts);
$count =0;
$mbcount=0;
while ($count 1 < $length)
{
$foo = ord($cts[$count 1]) ^ ord($magic_buffer[$mbcount]);
if ($foo - ord($cts[$count]) < 0)
{
$plaintext.=chr($foo - ord($cts[$count]) 255);
}
else
{
$plaintext.=chr($foo - ord($cts[$count]));
}
$count ;
$mbcount ;
if ($mbcount == 28)
{
$mbcount=0;
}
}
return $plaintext;
}

相關(guān)文章

最新評(píng)論