Encryption of DO

04/04/2013 01:05 Requi#1
Hey,
I talked with a guy, who is interested in coding.
He looked for the encryption just for fun and gave me this:
[Only registered and activated users can see links. Click Here To Register...]

Maybe it helps. I don't know :)

Please dont ask, what this is or how to use it.
Its for the better developer here ala Heaven, Gnome or First
04/04/2013 01:15 Dr.Toni#2
For me it looks like an algo for the packets...
But I'm not sure ;)
04/04/2013 01:16 Requi#3
I am not sure too.
But Heaven knows what to do with it :/
04/04/2013 01:17 TheFallenAngel#4
that makes a little bit of sense to me. i would need to look at it more. im gunna save that if u dont mind.
04/04/2013 01:19 Requi#5
Just save it.
The guy also said, that there is a variable to turn on or off the encryption (boolean) :D

The coder aren't that stupid
04/04/2013 01:49 dready#6
Quote:
Originally Posted by Requι View Post
Just save it.
The guy also said, that there is a variable to turn on or off the encryption (boolean) :D

The coder aren't that stupid
Code:
     public function encode(param1:ByteArray) : ByteArray {
         if(this._activated)
         {
            return this._encoder.encode(param1);
         }
         else
         {
            return param1;
         }
      }
There is a bool for Switching it on and off :P
Guess its there because they want to use the same packethandler before and after the client has his encryption key
04/04/2013 02:19 DUI Luis#7
Lets see what JD or anyone whos knows about this says about this
04/04/2013 02:53 manulaiko#8
Thatīs an algorithm (85% sure) I donīt knew it could be done in Java, letīs see how it is....

edit:
Code:
protected var currentEncodeAlgorithm:ARC4;
If this is the algorithm Iīll suicide ^^
04/04/2013 02:56 Requi#9
Its actionscript and not java ;)
But it looks like.
Its the encryption algorithm.
One of it. There is something more I think
04/04/2013 02:57 dready#10
just rc4

[Only registered and activated users can see links. Click Here To Register...]
04/04/2013 03:16 manulaiko#11
Quote:
Originally Posted by Requι View Post
Its actionscript and not java ;)
But it looks like.
Its the encryption algorithm.
One of it. There is something more I think
Itīs an easy java ^^ now to test the bug that Iīm thinking ^^
04/04/2013 03:19 Requi#12
If you get it, share it with UG
04/04/2013 03:32 manulaiko#13
Quote:
Originally Posted by Requι View Post
If you get it, share it with UG
Sure, I ask heaven if he have me the paquets I need and he say me:

No, but you can search for them in the main.swf

But the file I downloaded form 7 servers and still corrupted u.u
04/04/2013 03:55 Requi#14
They obfuscated it I think.
Or something else
04/04/2013 04:01 manulaiko#15
Quote:
Originally Posted by Requι View Post
They obfuscated it I think.
Or something else
Try if you can open it please and tell me ^^