473,471 Members | 1,995 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Decode encrypted characters

1 New Member
I have this code and I want too be able too read it i was wondering if someone will help me translate it or something so i can read it.

this is the code
45dcf8f56cf6453d6e7a3ef609daf3e6
Apr 15 '10 #1
6 3208
RedSon
5,000 Recognized Expert Expert
Looks like a bunch of hex data to me. What it means though is anyone's guess.

Put it through an ASCII decoder and it comes out with EÜøõlöE=nz>ö'\t'Úóæ.
Apr 15 '10 #2
jkmyoung
2,057 Recognized Expert Top Contributor
I think I've got it.

1. Treat the characters as numbers from 0-35, where 0-9 is 0-9 and a-z is 10-35. eg, o, the 15th letter is 24.

2. Reverse the numbers, eg, 0 becomes z, 1 becomes y, 2 becomes x, ... a becomes p, b becomes o, ... giving us vumnkrkutnktvuwmtlspwlktzqmpkwlt

3. Add the code string 8rz2mgtvlrqoslizelqw5l5e7v00xgl8 cylically circling. So if we add 1 to z, we get 0. If we add n(23) to q(17) this gives us 5. (23 + 17 = 40 = 5 mod 35).

This gives us 4llp78dpeeahnfel87il27p87lmphc72

4. Reverse the numbers again, eg 0 becomes z, 1 becomes y, 2 becomes x, ... to give us:

weeatsmallpicklestheytastedainty
Apr 15 '10 #3
RedSon
5,000 Recognized Expert Expert
Whoa, what? Did you just come up with that or did you do some cryptanalysis?

I wish the OP would have told me it was some kind of encrypted string of characters.
Apr 15 '10 #4
Frinavale
9,735 Recognized Expert Moderator Expert
I'm impressed!
Don't think I would have come up with that algorithm by looking at the encrypted output.
Apr 15 '10 #5
RedSon
5,000 Recognized Expert Expert
That settles it jkmyoung is a bot script. He's replacing Mary 2.0.

I would have come up with that algorithm but only after running it through a few analysis programs.
Apr 15 '10 #6
jkmyoung
2,057 Recognized Expert Top Contributor
Was going to deadpan it, but don't want to take credit where none is due... unless you count tone of voice as worthy of praise.

Plus I didn't know if you were joking; (to be honest, I'm still not sure.)
Apr 15 '10 #7

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

Similar topics

4
by: Pavils Jurjans | last post by:
Hallo, I am working on multilingual web-application, and I have to be very sure about how the international characters are encoded and decoded in the client-server form requests. There's a...
4
by: LRW | last post by:
I'm sorry, I don't know if this is a mySQL issue, or a Putty error, or what. So if there's a better newsgroup for this question, please let me know. I'm using Putty to SSH into our remote Linux...
8
by: Anita | last post by:
Hi All I have a table with one column : CREATE TABLE test2 ( a char(15) primary KEY CLUSTERED ) The column a is filled with encrypted data (contains control and extended characters).
6
by: Carolyn Vo | last post by:
Hi there! I have a string that was encrypted in Java using the classes DESKeySpec, SecretKeyFactory, SecretKey, and Cipher. It looks like using the SecretKeyFactory puts a transparent layer on...
20
by: SMG | last post by:
Hi All, I have created an application which is working fine and is in about to launch, now suddenly my mgmt says there are chances that Scrip ID( a particular id and not prim key) may have special...
3
by: Guoqi Zheng | last post by:
Dear sir, I need to decode base64 encoded email. I used below function but it does not work correctly, especially when I need to decode some Characters like Chinese, Can some one point out...
7
by: jtfaulk | last post by:
I need to encode some information on the server side using ASP.NET with C#; sending via HTTP to a client side application, that needs to be decoded in an MFC C++ application. I'm not sure if I...
5
by: Michael Sperlle | last post by:
Is it possible? Bestcrypt can supposedly be set up on linux, but it seems to need changes to the kernel before it can be installed, and I have no intention of going through whatever hell that would...
2
by: kebal | last post by:
hy friends.. please decode this script. <script language="JavaScript"> ...
0
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,...
0
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...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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...
0
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,...
1
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...
0
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...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.