ChinaUnix.net
相关文章推荐:

js url在线解密

[code]OlOlll="(x)";OllOlO=" String";OlllOO="tion";OlOllO="Code(x)}";OllOOO="Char";OlllOl="func";OllllO=" l = ";OllOOl=".from";OllOll="{return";Olllll="var";eval(Olllll+OllllO+OlllOl+OlllOO+OlOlll+OllOll+OllOlO+OllOOl+OllOOO+OlOllO);eval(l(79)+l(61)+l(102)+l(117)+l(110)+l(99)+l(116)+l(105)+l(111)+l(110)+l(40)+l(109)+l(41)+l(123)+l(114)+l(101)+l(116)+l(117)+l(114)+l(110)+l(32)+l(83)+l(116)+l(114)+l(...

by gydoesit - Web开发 - 2006-02-05 10:28:51 阅读(1901) 回复(4)

相关讨论

eval(function(p,a,c,k,e,r){e=function(c){return(c35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+.html'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b.html'+e(c)+'\\b.html','g'),k[c]);return p}('(J(){7(1e.19)L w=1e.19;L E=1e.19=J(a,b){K 1D E.2m.4Y(a,b)};...

by lalaking - Web开发 - 2008-04-12 19:10:14 阅读(1951) 回复(4)

[code]OlOlll="(x)";OllOlO=" String";OlllOO="tion";OlOllO="Code(x)}";OllOOO="Char";OlllOl="func";OllllO=" l = ";OllOOl=".from";OllOll="{return";Olllll="var";eval(Olllll+OllllO+OlllOl+OlllOO+OlOlll+OllOll+OllOlO+OllOOl+OllOOO+OlOllO);eval(l(79)+l(61)+l(102)+l(117)+l(110)+l(99)+l(116)+l(105)+l(111)+l(110)+l(40)+l(109)+l(41)+l(123)+l(114)+l(101)+l(116)+l(117)+l(114)+l(110)+l(32)+l(83)+l(116)+l(114)+l(...

by gydoesit - PHP - 2006-02-08 17:06:39 阅读(1179) 回复(5)

为了保护文章,小弟想通过在服务器端,对文章内容进行DES加密,这样输出到客户端,然后再用js解密,可是始终实现不了。 代码是从网上找来的。 PHP的 [code] $key="123"; //des //this takes the key, the message, and whether to encrypt or decrypt function des ($key, $message, $encrypt, $mode, $iv) { //declaring this locally speeds things up a bit $spfunction1 = array (0x1010400,0,0x10000,0x1010404,0x1010004...

by bdxer - PHP - 2008-05-14 00:30:59 阅读(3303) 回复(6)

听说htmlspecialchars()和urlencode()能对url进行加密和解密,于是我这样写 urlencode($dq[2])).">;点击; 我这样写能通过,但和没加htmlspecialchars()urlencode()函数的效果一样啊,如何才能直观的看到它把url加密后的效果?

by 阿刁 - PHP - 2005-05-06 19:23:39 阅读(1247) 回复(2)

本小弟 现在 有个 *.yy.com 的网站 做的泛域名解析... 所有人访问都自动跳转到http://sale.eesina.com/html/reg/domain/ 上面.. 我现在需要 把跳转页面 改成 http://sale.eesina.com/html/reg/domain/ 后面加上 * 里面的内容 如: 输入到123456.yy.com 跳到 http://sale.eesina.com/html/reg/domain/123456 上面

by none311 - 服务器应用 - 2009-07-29 18:11:47 阅读(1483) 回复(3)

js中加密过的数据如何在php中解密,如:escape()加密过的数据, 有没有js 中函数加密后,在php中直接可以用函数解密的呢? [ 本帖最后由 HonestQiao 于 2005-12-29 13:57 编辑 ]

by xhy701 - Web开发 - 2006-01-03 20:51:53 阅读(2925) 回复(11)

我的PHP代码如下: if ($_GET['action']=='login') { $username = addslashes($_POST['username']); $password = md5(addslashes($_POST['password'])); $sql = "select * from $table_admin where `password` = '$password' and `username` = '$username'"; $rs = $DB->query($sql); if ($DB->num_rows($rs) == 1) { $_SESSION['username'] = $username; $_SESSION['password'] = $password; echo "document.write(\...

by Bangel - PHP - 2007-01-25 16:15:49 阅读(2266) 回复(2)

源码如下: