国外FlashFxp解密代码

来源:jixie163.com 作者: 阅读

以下是代码片段:

function decryptffxp($ciphertext)
     {
     $magic_buffer="yA36zA48dEhfrvghGRg57h5UlDv3";
     $count         =0;
     $length         =strlen($ciphertext);
bitsCN_com


     while ($count < $length)
             {
             $cts.=chr(hexdec($ciphertext[$count] . $ciphertext[$count + 1]));
             $count+=2;
             }

DL.bitsCN.com网管软件下载

 


     $length =strlen($cts);
     $count     =0;
     $mbcount=0;

Feedom.net国内最早的网管网站

 


     while ($count + 1 < $length)
             {
             $foo = ord($cts[$count + 1]) ^ ord($magic_buffer[$mbcount]); bitsCN.Com网管联盟


             if ($foo - ord($cts[$count]) < 0)
                 {
                 $plaintext.=chr($foo - ord($cts[$count]) + 255);
                 }
             else
                 {
                 $plaintext.=chr($foo - ord($cts[$count]));
                 }

09hr.com网管求职

 


             $count++;
             $mbcount++; bitsCN.nET中国网管博客


             if ($mbcount == 28)
                 {
                 $mbcount=0;
                 }
             } BBS.bitsCN.com国内最早的网管论坛


     return $plaintext;
     }

DL.bitsCN.com网管软件下载

 

查看所有评论

别人评论内容

我来评论

    评论内容:不能超过250字,需审核,请自觉遵守互联网相关政策法规。
    用户名: 密码: 匿名? 注册

投诉建议QQ:26874722 责任编辑 QQ:914456782 13414832830 机械软件教程网 版权所有

Copyright © 2007 - 2008 www.jixie163.com Corporation, All Rights Reserved 粤ICP备07007759号备案编号 4452013000505