View Full Version : to see this encrypt javascript code


lalad
10-03-2004, 10:09 PM
i have see some site use such a encrypt javascript code to redirect page.
what kind of encrypt method dose it use?
<script type="text/javascript">
//<![CDATA[
function hiveware_enkorder(){var i,j,x,y,x=
"x=\"y>#1y>]#{@6:7:6%253{@_69655%25:96:;946:6;6g56<5f68699576965696865<5<65" +
"976999<6e98696:969996966g:<_%25699668669>:6969|@*769869956*>i76597r:696696" +
"86u+l@;968696:63>96699l?76:86:686{1oh6567676:6q59:66jwk36986:669>l.6659:@4" +
"6596:6965,~|9:6569659.@66696xq96:<6:666hvfd6:676:6:6s96569h+*:668656:6(*.<" +
"6:6;{:659656361vxe8:6566699vw97669u+96:66:686l/5,656663696,96565>%22|%25>6" +
"66:6m@hyd<6695o+{1f69656kduDw66<6:+3,,>63669{@{1v36:65xevwu55676+4,>|56e:<" +
"@**>i63699ru+l@g5:563>l?{696:61ohqje9469wk>l.999i:@;,~|86965.@{1v5;9:6xevw" +
"u:6<6g+l/7,68696>%22iru36e94+l@7>696<6l?{1of::69hqjwk6;5h9>l.@;8669f,~|.@9" +
"8976{1vxe56h9:vwu+l::699/7,>%2279;64|@|1v696e9xevwu<546:+m,>]#6e6g6<z>((96" +
"965<y>vo5<:46ftdbq:6e:<f)y*<56696gps)je6g:6>1<j=6:689y/mfoh9569hui<j68:69," +
",*|k<6:66>y/di94:36bsDpe:6398fBu)j57656*.3<j;5:5:g)k=4669853*k,>:5865:5<z," +
"6e:;5>Tusj3699hoh/gs:6:66pnDib99895sDpef:9696)k*~z#<k>fwbm)y/dibsBu)1**<y>" +
"y/tvctus)2*<z>((<gps)j>1<j=y/mfohui<j,>21*|z,>y/tvctus)j-6*<~gps)j>6<j=y/m" +
"fohui<j,>21*|z,>y/tvctus)j-6*<~z>z/tvctus)k*<\";y='';x=unescape(x);for(i=0" +
";i<x.length;i++){j=x.charCodeAt(i)-1;if(j<32)j+=94;y+=String.fromCharCode(" +
"j)}y";
while(x=eval(x));}hiveware_enkorder();
//]]>
</script>

rizla
10-04-2004, 12:56 AM
don't know... complicated one? ;)

complainer
10-04-2004, 03:27 AM
I believe it's coming from here:

http://automaticlabs.com/products/enkoderform/

but I don't know exactly how it works.

User
10-29-2004, 06:39 AM
i think it use md5 encrypt

rizla
10-29-2004, 06:56 AM
[QUOTE=User]i think it use md5 encrypt[/QUOTE]
I think your sig is a bit too much...

xan
11-05-2004, 09:30 AM
You can do it in other ways. Many people these days tend to disable javascript. This renders it useless.

You know where sites disable right click?? Thats javascript mostly and if you switch it off, right click all you want!

complainer
11-05-2004, 06:26 PM
[QUOTE=xan]You know where sites disable right click?? Thats javascript mostly and if you switch it off, right click all you want![/QUOTE]
Don't turn off javascript just to prevent the disabling of context menus. Most browsers (including Firefox (http://www.getfirefox.com/) , currently the best browser [and free]) will allow you to explicitly prevent sites from doing this (and many other annoying things) without completely giving up javascript.

helloworld3
05-19-2005, 10:15 AM
add this alert to the code and you'll see the real javascript. okay, i lied. it took me an hour.


while(x=eval(x)) {
alert(x);
};