摘要:
<span><span><?php class Crypt{ protected $key = ""; //公钥 private function keyED($txt,$encrypt_key) { $encrypt_key = md5($encrypt_key); $ctr=0; $tmp = ""; for ($i=0;$i<strlen($txt);$i++) { if ($ctr==strlen($encrypt_key)){ $ctr=0; } $tmp.= substr($txt,$i,1) ^ subs 阅读全文
posted @ 2012-06-25 19:17
pengyingh
阅读(993)
评论(0)
推荐(0)


浙公网安备 33010602011771号