473,789 Members | 2,876 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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

1 New Member
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>
Oct 30 '09 #1
5 2076
chaarmann
785 Recognized Expert Contributor
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.
Oct 30 '09 #2
Frinavale
9,735 Recognized Expert Moderator Expert
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)
Nov 4 '09 #3
Dormilich
8,658 Recognized Expert Moderator Expert
I’m pretty sure it’s base64 encoded.
Nov 4 '09 #4
pjerald
77 New Member
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?
Nov 5 '09 #5
Dormilich
8,658 Recognized Expert Moderator Expert
base64 is the encoding.

you’ll find further details on base64 here.
Nov 5 '09 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

3
4280
by: Ralph Freshour | last post by:
I'm having trouble decrypting a file I encrypted and wrote to the server - the following code displays the $decrypted_string variable but the data is still encrypted - any help would be appreciated: $handle = fopen("/home/public_html/testfolder/test.txt","r"); $buffer = fgets($handle, 4096); fclose($handle); // Encryption/decryption key $key = "twenty one years ago";
11
3541
by: Lues | last post by:
Hi, I'm trying to protect some data in tables with encription (you know why, don't you ;)) I must confess that I'm not very expirienced in writing code, especially encription code. Can any one, please , send VB code for access which I can c/p into one function. It don't have to be RSA, it can be anything which is easy to
11
1528
by: Steve Clay | last post by:
I have a small C program for a college course. It is meant to encrypt and decrypt lower case letters and leave spaces as spaces. I can't get it to run properly as I think I have a problem in the While construct area. It is driving me mad trying to sort it out - can someone please help. The program is: /* * Program to encrypt a message using the Turbo C random
19
10305
by: Ken | last post by:
Hi, I need to modify an existing application that's written in C, C++ and Visual C++ so the application can be released as a time limited trial version, also the modifications must prevent the application from being reinstalled on the same computer after the trial period has timed out. Does anyone know of any C/C++ code that I could use directly or modified to do this?
192
9532
by: Vortex Soft | last post by:
http://www.junglecreatures.com/ Try it and tell me what's happenning in the Microsoft Corporation. Notes: VB, C# are CLS compliant
15
5089
by: Fady Anwar | last post by:
Hi while browsing the net i noticed that there is sites publishing some software that claim that it can decompile .net applications i didn't bleave it in fact but after trying it i was surprised that i could retrieve my code from my applications after i compile it so i need to know to prevent this from happening to my applications Thanx in advance
8
1216
by: iano | last post by:
I am trying to clone a VB6 app in Vb.Net as a learning exercise. For this effort I am not using Visual Studio.Net. So Far I have a form with a label, combobox and a command button. As I have done in VB6, I like to keep form code in the form and other code in a separate module so it is easier to reuse. As I understand it, regular modules do not exist in VB.net so I added a class to the project and called it MoreCode. It seemed to me...
0
2133
by: Slug | last post by:
Hello all, I've been trying to get a public key solution working but have been having a few problems. For starters there is a lot of contradictory information out there, MSDN is not much help, and a lot of the sample code available I have found are buggy so don't provide much insight. Unfortunately for me every developer I know either gives me a completely blank look when I try to talk crypto, or they have some wildly inaccurate and...
26
2087
by: Protoman | last post by:
I've written this program that simulates a 36 character, 10 rotor reciprocal rotor cipher, w/ a plugboard. Any way I can make the plugboard function more compact and/or be able to change the mapping at runtime? char Enigma::plugboard(char Char) { if(Char=='A') return '0'; else if(Char=='B')
0
9665
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9511
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10199
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9983
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9020
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7529
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6768
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5417
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5551
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.