AuthServer De/En ?

11/15/2010 19:40 Savanaudis#1
First of all i wanna say hello to every1.

And after reading lots of information about conquer cryptograpgy cant figure out what exactly encryption/decryption loginserver use?
Somethig similar to XOR encryption ? what exactly?
If i dont know that exactly it is then i cant write my proxy.

I`ve read pro4ever thread but there is only explanation how proxys works and almost zero about how to create it (i dont need that some1 give me full code of proxy).
11/15/2010 20:27 vDrag0n#2
You could use AuthProtocolCryptographer class wich is avaliable in c# and vb.net (see my thread 'porting authprotocolcryptographer to vb')

I guess this class can handle the whole Authentication phase, then I GUESS all the other packets uses blowfish and theres a c# wrapper for it. I'm still stuck on authentication.
11/16/2010 16:27 TomasLT#3
oh thanks almost everything works just now i cant firure out why auth response packets decryting are wrong. But others packets recrypting fine except auth response. Any offer/soliution ?
11/19/2010 15:23 shitboi#4
if you are writting in C# and you're using the C# authcryptographer codes available in this forum properly, you will not get a decryption/encryption error. If you're not writing in C#, make sure you do something about the byte type. seems that byte in C# is by default unsigned ...
11/20/2010 14:21 Korvacs#5
byte is unsigned in C#, sbyte is signed in C#