LCCrypt

08/27/2014 09:59 NewRuuleZ#1
Hey,

i looked through the source code of lc and saw a LCCrypt directory. As i understood it it's responsible for the packet decryption/encryption. With this knowledge i think it's possible to decrypt the incoming packets and make them readable.

If i'm wrong please correct me!

I don't have much skill in C++ so i don't find allgorhitms for the decryption/encryption.

is there only the XOR decryption or are there other decryptions?
And does some1 know the XOR key?

I'm talking about EP3 Private Servers.

If someone's interested in this things like me please add me in Skype: Creppii Or if some1 has skill with Last Chaos Development(i'm not meaning skill ingame!), it would'd be great if u contact me!

Thanks!
08/27/2014 12:55 Celay#2
About which source are you talking?
08/27/2014 12:57 NewRuuleZ#3
Quote:
Originally Posted by Celay View Post
About which source are you talking?
I got the whole LC Source, but i'm talking just about the LCCrypt Function.
08/27/2014 17:27 Wizatek#4
The EP3 private servers out there all use the XOR encryption, the key is 0x22 if i remember correct.
The LCCrypt you have is not made for that encryption
08/29/2014 07:32 Alt'F4#5
it's the wrong xor key :(
08/29/2014 20:59 Luôô#6
Quote:
Originally Posted by wizatek View Post
The EP3 private servers out there all use the XOR encryption, the key is 0x22 if i remember correct.
The LCCrypt you have is not made for that encryption
0x33 for the ep3 pservers ( newer server like eternia,lcgn,ger,usa use xor with tables )