Connecting Tech Pros Worldwide Forums | Help | Site Map

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

Newbie
 
Join Date: Oct 2009
Posts: 1
#1: 4 Weeks Ago
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.....
Expand|Select|Wrap|Line Numbers
  1. </span><br />
  2.   <div id="IdBSpdLq"
  3.        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==">
  4.   <br />   
  5.   <a href="javascript:decryptText('IdBSpdLq')">Show encrypted text</a>
  6.   <br />
  7. </div>

Expert
 
Join Date: Nov 2007
Location: Germany
Posts: 294
#2: 4 Weeks Ago

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


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('IdBSpdLq')
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.
Frinavale's Avatar
Site Moderator
 
Join Date: Oct 2006
Location: The Great White North
Posts: 5,137
#3: 3 Weeks Ago

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


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)
Dormilich's Avatar
Moderator
 
Join Date: Aug 2008
Location: Leipzig, Germany
Posts: 3,660
#4: 3 Weeks Ago

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


I’m pretty sure it’s base64 encoded.
Member
 
Join Date: Oct 2007
Location: Velacheri in Chennai(INDIA)
Posts: 77
#5: 3 Weeks Ago

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


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?
Dormilich's Avatar
Moderator
 
Join Date: Aug 2008
Location: Leipzig, Germany
Posts: 3,660
#6: 3 Weeks Ago

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


base64 is the encoding.

you’ll find further details on base64 here.
Reply


Similar JavaScript / Ajax / DHTML bytes