Coding

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • art@unsu.com

    Coding


    Hi,

    One of our programmers left, and we think he might have encoded some
    Javascript code. We cannot seem to decode it. We've tried many
    utilities. The code looks like this:

    tEle~itB yId;~~H~J~L .~"debar ?
    true:f~^~ ;izN=na vigat~+.u ~rA~

    Any ideas? I cannot tell what this is, and we've tried over 20
    decoders and no luck.....

    Thanks!
  • jdd

    #2
    Re: Coding

    On May 16, 9:23 am, "a...@unsu. com" <ame...@iwc.net wrote:
    One of our programmers left, and we think he might have encoded some
    Javascript code.  We cannot seem to decode it.  We've tried many
    utilities.  The code looks like this:
    >
     t E l e~i t B y I d ;~ ~H~J~L .~" d e b a r ?
    t r u e : f~^~  ; i z N = n a v i g a t~+ . u~  r A~
    >
    Any ideas?  I cannot tell what this is, and we've tried over 20
    decoders and no luck.....
    document.getEle mentById something ternary expression returning true or
    false, window.navigate something or other.

    there's a start.

    Is this just a text-encoding issue perhaps?

    Comment

    • =?iso-8859-1?Q?=C1lvaro?= G. Vicario

      #3
      Re: Coding

      *** art@unsu.com escribió/wrote (Fri, 16 May 2008 06:23:36 -0700 (PDT)):
      One of our programmers left, and we think he might have encoded some
      Javascript code. We cannot seem to decode it. We've tried many
      utilities. The code looks like this:
      >
      tEle~itB yId;~~H~J~L .~"debar ?
      true:f~^~ ;izN=na vigat~+.u ~rA~
      Load the page in Firefox and open the DOM Inspector. I'd say you'll see a
      new <scriptnode with the plain code. Here's some code that looks similar
      to your sample and can be read that way:



      I'm curious, tell us if it works.


      --
      -- http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
      -- Mi sitio sobre programación web: http://bits.demogracia.com
      -- Mi web de humor en cubitos: http://www.demogracia.com
      --

      Comment

      Working...