I have a code here...anyone care to help me decrypt it?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jkyong
    New Member
    • Oct 2009
    • 1

    I have a code here...anyone care to help me decrypt it?

    I have a code here...anyone care to help me decrypt it?

    I really need it and i think it's in chinese or maybe not.....
    Code:
    </span><br />
      <div id="IdBSpdLq"
           title="U2FsdGVkX19XT+VuNfuGev/OQ2GrPX9U2tITQKCGfuXpiprY7h+ttjR2FaWb37izbJhNQHoDrWWwsXHhyMr9VHAk8dgChVaYFa5BAgEjt73nY8Dryhw8WDML4HirCJlnnDZ5qVU6ddmH5GN0wu6IjOQqubkawYKOpwkBpHGZjUS53bZVtSv7c5lYsTWgeKfSYQNEgs7n/sIfvZx8SNDYMUTBVgVzIxNPdnCPugwNdMHb8WlypiFXoC1HJOB6BLVcg/M6/vWb8ELBkKcGbdP9jFb2QxI6/ThBYl7BKIF2NBzeiDm2JQqjE+tq/guch0Xnt1XEOTpxSMTlbaZWyYGd3qg9CDyL6k0rRQg7sxfcy3dzD7CmI9am8keJj3FeHIjUau/ukqEKJ91xytXNDLHWAT6Dk6CZEI4MV9j/MjkCSdJxfkaIxffbJ1NAKcHuom6g36n5fOwviV0ioo5MN2lGMkHUEVOg3YMrvTyOWh5yE+44PN/VnWz1pfErX+y03IsPF+NQorkgjzDcfZBhIgWDr2ElyOMG0uy4tgh/uDJAETVJPLjWHq10sORQ4qoaaRUsKtP7mhrftVO4Qe3dad/2KPQJJgsVrAolWLUYvsw0OxzteQL7cZur2zTpN9sIsHGN+EVAqKvLJY5ttMVVx9CsA/0/Adtf0mJvqKo7NXGNPVuIX9MMavqtWrkkatvDHSE7x5ZlDaOLEh4vK2u+CDApXseuyXhfi7POYDOM7gO27KfXhy5jYSdtg4vbA0Bs8KHfDz8w/P7aD7JtIYYQUc0ICsWf7buvhsMLhhBrowSPAN+F2gcNICPi4pKKqMOzL58X7DRGVc/85MiMA0T0S0zQ1ANmf9DUOYReltEwT2pDXLSbJq42AJbO0KFg9elaUwQGG0Kw9VTAJvHQCrzNfL/uhXqDqZLjBdy/Mwxk+iyr83ycCOOfXpoUQkhFne7bPn2FWAFdzKhRfzf/BDK8u+Vlhg==">
      <br />   
      <a href="javascript:decryptText('IdBSpdLq')">Show encrypted text</a>
      <br />
    </div>
    Last edited by Frinavale; Nov 4 '09, 10:06 PM. Reason: Please post code in [code] ... [/code] tags. Added code tags.
  • chaarmann
    Recognized Expert Contributor
    • Nov 2007
    • 785

    #2
    You are in the java forum, but this is javascript. Please move this entry.
    Please use quote tags around your code.

    The answer:
    Just use the javascript function
    decryptText('Id BSpdLq')
    to decrypt it.
    You have not listed the decryptText() javascript function which will tell us how this attribute "title" of the given div can be decrypted, but it must be somewhere on the page where you grabbed the listing from. Try "save complete web site" in IE and search all saved *.js files. Or better, use Firebug in Firefox to access this function.

    Comment

    • Frinavale
      Recognized Expert Expert
      • Oct 2006
      • 9749

      #3
      Are you sure that is even meant to be decrypted?

      It is likely that this was generated by Server code. If you do not know the algorithm used by the server to generate output then you will not be able to decrypt it.


      -Frinny

      (PS moved to JavaScript forum)

      Comment

      • Dormilich
        Recognized Expert Expert
        • Aug 2008
        • 8694

        #4
        I’m pretty sure it’s base64 encoded.

        Comment

        • pjerald
          New Member
          • Oct 2007
          • 77

          #5
          i dont know, how do you say it is base 64 encoded? let us know if you have some trick to find the type of encoding?

          Comment

          • Dormilich
            Recognized Expert Expert
            • Aug 2008
            • 8694

            #6
            base64 is the encoding.

            you’ll find further details on base64 here.

            Comment

            Working...