Results 1 to 3 of 3

Thread: The Challenge :)

  1. #1
    Join Date
    Sep 2008
    Posts
    35
    Thanks
    3
    Thanked 1 Time in 1 Post

    Unhappy The Challenge :)

    Can anyone help me decrypt this?

    I have been working on it for over 1 week, and I can't seem to do it!


    (see attached because the code won't fit here)

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

    Default

    Unless you can give us more information, I don't think it's really appropriate to ask us to just decrypt something for you. For example, this may be you trying to copy source code from another site without permission. In fact, that looks like exactly what it is.
    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

  3. #3
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    That's just MooTools v1.11 - no harm in decrypting that, it isn't really encrypted - just compressed/packed. Just change the first eval to:

    document.write

    enclose the whole thing in a script tag and put it in the body of a blank page. View it in the browser, copy and paste the code shown into your text editor and replace all semicolons with semicolon + linebreak, and:

    Bob's your uncle.

    Oh, and put this credit at the top:

    Code:
    //MooTools, My Object Oriented Javascript Tools. Copyright (c) 2006 Valerio Proietti, <http://mad4milk.net>, MIT Style License.
    BTW, you can get compressed (that code you have isn't encrypted, just packed) and uncompressed versions of the latest release of MooTools here:

    http://mootools.net/download

    Oh, and here's a link to an uncompressed, well commented version of MooTools 1.11 (also contains some v1.11 plugins code):

    http://download2us.softpedia.com/dl/...elease-1.11.js
    Last edited by jscheuer1; 09-18-2008 at 07:23 AM. Reason: add link to a commented version of MooTools 1.11
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •