Results 1 to 8 of 8

Thread: [Help]Decrypting some files

  1. #1
    Join Date
    Jul 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default [Help]Decrypting some files

    Please decrypt this .. T_T
    Code:
    try{
        document.createStyleSheet("http://h1.ripway.com/ezil2k7/others/contest/ezilcontest2.css ");
    }
    catch(e){
        document.write("<link rel='stylesheet' type='text/css' media='screen, print' href='http://h1.ripway.com/ezil2k7/others/contest/ezilcontest2.css '>");
            }
    
    //////////////
    function flashbanner() {
      banner = "<div align=\"center\"><embed src='http://h1.ripway.com/ezil2k7/others/wtf.swf' wmode='transparent'  quality='high' width='835px' height='251px' align='middle' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'/></div>";
      document.getElementById("navigation").innerHTML= "<center><table><tr><td>"+banner+"</td></tr></table></center>";
      }
    window.onload=function() {
      flashbanner();
      }
    document.write("<style>#navigation {width:100&#37; !important;height:251px !important;align:center;background-color: transparent !important;border:none !important;display:block !important;}</style>");
    
    //////////////
    var message="";
    ///////////////////////////////////
    function clickIE() {if (document.all) {(message);return false;}}
    function clickNS(e) {if 
    (document.layers||(document.getElementById&&!document.all)) {
    if (e.which==2||e.which==3) {(message);return false;}}}
    if (document.layers) 
    {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
    else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
    
    document.oncontextmenu=new Function("return false")
    
    //////////

    btw where can i find the a real decryptor that its simple .. pasting the encryted js and decrypt it..?
    thanks
    Last edited by ddadmin; 07-26-2007 at 08:27 AM.

  2. #2
    Join Date
    Aug 2005
    Posts
    971
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    and ... what's there to decrypt?

  3. #3
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    That's plain (if bad) Javascript...
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  4. #4
    Join Date
    Jul 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    ugghh sorry my bad ... its encrypting not decrypt uggghh!

  5. #5
    Join Date
    Aug 2005
    Posts
    971
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    again, why encrypt javascript? If you mean obfuscate then it'd make sense.

  6. #6
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Not really, I can't think of a reason to do that either.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  7. #7
    Join Date
    Aug 2005
    Posts
    971
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Faster page loads? But not really sure though, because I never tried it.

  8. #8
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Sure, by several milleseconds. This is just text. It would also put more work on your processor, decrypting and running the JS at the same time.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •