$key = "This is supposed to be a secret key !!!";

function keyED($txt,$encrypt_key)
{
$encrypt_key = md5($encrypt_key);
$ctr=0;
$tmp = "";
for ($i=0;$i<strlen($txt);$i++)
{
if " /> 国产成人综合久久综合,激情综合网五月激情,曰批免费视频播放在线看片一

一区二区久久-一区二区三区www-一区二区三区久久-一区二区三区久久精品-麻豆国产一区二区在线观看-麻豆国产视频

一段php加密解密的代碼

<?php  
$key = "This is supposed to be a secret key !!!";  

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) ^ substr($encrypt_key,$ctr,1);  
$ctr++;  
}  
return $tmp;  
}  

function encrypt($txt,$key)  
{  
srand((double)microtime()*1000000);  
$encrypt_key = md5(rand(0,32000));  
$ctr=0;  
$tmp = "";  
for ($i=0;$i<strlen($txt);$i++)  
{  
if ($ctr==strlen($encrypt_key)) $ctr=0;  
$tmp.= substr($encrypt_key,$ctr,1) .  
(substr($txt,$i,1) ^ substr($encrypt_key,$ctr,1));  
$ctr++;  
}  
return keyED($tmp,$key);  
}  

function decrypt($txt,$key)  
{  
$txt = keyED($txt,$key);  
$tmp = "";  
for ($i=0;$i<strlen($txt);$i++)  
{  
$md5 = substr($txt,$i,1);  
$i++;  
$tmp.= (substr($txt,$i,1) ^ $md5);  
}  
return $tmp;  
}  

$string = "Hello World !!!";  

// encrypt $string, and store it in $enc_text  
$enc_text = encrypt($string,$key);  

// decrypt the encrypted text $enc_text, and store it in $dec_text  
$dec_text = decrypt($enc_text,$key);  

print "Original text : $string <Br>/n";  
print "Encrypted text : $enc_text <Br>/n";  
print "Decrypted text : $dec_text <Br>/n";  
?>  

php技術一段php加密解密的代碼,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 国产精品高清一区二区 | 伊人久久影院大香线蕉 | 加勒比一本 | 国产成品精品午夜视频 | 亚洲天堂五月天 | 成年午夜视频 | 伊人网视频在线 | 久久性色| 丁香六月综合 | 91aaa免费观看在线观看资源 | 亚洲精品综合 | 亚洲婷婷六月 | 久久久久综合中文字幕 | 色老板免费 | 国产男人和女人做性全部视频 | 午夜国产精品免费观看 | 欧美大片欧美激情免费看一 | 亚洲一区二区三区视频 | 九九久久精品国产 | 五月丁香六月婷综合缴情在线 | 在线国产资源 | 亚洲成人看片 | 国产精品一区二区在线观看 | 国产普通话一二三道 | 日韩中文字幕在线有码视频网 | 成人爽a毛片在线视频 | 牛牛影院成人免费网页 | 一本色道久久88加勒比—综合 | 99久久精品国产免看国产一区 | 99在线精品视频在线观看 | 欧美激情亚洲激情 | 国产福利在线小视频 | 中文字幕日韩女同互慰视频 | 成人www视频 | 久久国产小视频 | 一区二区三区免费看 | 免费看岛国视频在线观看 | 国产美女在线精品观看 | 亚洲视频国产 | 国产精选在线视频 | 亚洲精品人成网在线播放影院 |