PHP模拟百度URL加密解密算法
PHP模拟百度URL加密解密算法$time;=;time();.;rand(1000,;9999);
$data;=;"{$time}###https://www.tpxhm.com";;//;被加密信息
$key;=;'123';;//;密钥
$encrypt;=;encrypt($data,;$key);
$decrypt;=;decrypt($encrypt,;$key);
echo;$encrypt,;"\n",;$decrypt;
function;encrypt($data,;$key);{
;;;;$key;=;md5($key);
;;;;$x;=;0;
;;;;$len;=;strlen($data);
;;;;$l;=;strlen($key);
;;;;for;($i;=;0;;$i;<;$len;;$i++);{
;;;;;;;;if;($x;==;$l);{
;;;;;;;;;;;;$x;=;0;
;;;;;;;;}
;;;;;;;;$