| View previous topic :: View next topic |
| Author |
Message |
3d-realitycom Newbie
Joined: 04 Jan 2004 Posts: 4
|
Posted: Jan 4th, 2004 09:25 AM Post subject: Help - Encryption! |
|
|
I was set a challenge of breaking the following encryption:
----START--------
a - b4
aa - b4fd
aaa - b4fd2f
aaaa - b4fd2fdc
b - b7
bb - b751
bbb - b75195
bbbb - b7519569
c - b6
cc - b641
ccc - b64164
cccc - b641644c
d - b1
dd - b176
ddd - b176a3
dddd - b176a32d
e - b0
f - b3
g - b2
h - b4
! - f4
? - ea
------END-----------
So far I've had no luck understanding it. Please help me!
~John |
|
| Back to top |
|
P.T.A.M. Administrator

Joined: 08 Oct 2003 Posts: 752 Location: Greece
|
Posted: Jan 4th, 2004 05:43 PM Post subject: |
|
|
What are you trying to do? Do you have a string to decrypt or something like that? _________________ No one is completely useless. They can at least be an example of what to avoid. |
|
| Back to top |
|
3d-realitycom Newbie
Joined: 04 Jan 2004 Posts: 4
|
Posted: Jan 4th, 2004 06:38 PM Post subject: |
|
|
Well, yes.. I do have a string to decrypt but i'd also like to write a/two function(s) for future use too.... the string is:
bd76d2d09c9b769432db283373b6b4af46ffc11945924b9a214aa996fa3af2
P.S. Your thing still says 'Merry Christmas'
~John |
|
| Back to top |
|
P.T.A.M. Administrator

Joined: 08 Oct 2003 Posts: 752 Location: Greece
|
Posted: Jan 4th, 2004 08:09 PM Post subject: |
|
|
Thanks for reminding me... I forgot about it... I'll have a look  _________________ No one is completely useless. They can at least be an example of what to avoid. |
|
| Back to top |
|
P.T.A.M. Administrator

Joined: 08 Oct 2003 Posts: 752 Location: Greece
|
Posted: Jan 4th, 2004 08:25 PM Post subject: |
|
|
Sorry, I don't quite understand... _________________ No one is completely useless. They can at least be an example of what to avoid. |
|
| Back to top |
|
3d-realitycom Newbie
Joined: 04 Jan 2004 Posts: 4
|
Posted: Jan 5th, 2004 06:08 AM Post subject: |
|
|
Firstly, I would like to decrypt the string but secondly I would like to write functions to use this encryption (and then apply my own keys)
~John |
|
| Back to top |
|
3d-realitycom Newbie
Joined: 04 Jan 2004 Posts: 4
|
Posted: Jan 5th, 2004 12:27 PM Post subject: |
|
|
The guy who set me this challenge gave me a lil extra because I couldn't work it out:
ab - b4fe
ba - b752
bc - b750
cb - b640 |
|
| Back to top |
|
|