quick question

12/10/2009 17:10 I.M.Real#1
I broke my wrist last week,so I got A few weeks of to play with getting myown proxy working.Ive been using A private one but it is lacking A few features and I dont got the source...so quick question just to conferm..

the first packet sent(log-in) uses the old enc right?
Then the first packet recived starts the BF.DH shit right with the use of the init key?
12/10/2009 17:49 Korvacs#2
All packets received from the auth server and sent to the auth server are from the old encryption.

The first packet sent from the client to the game server uses the new bf encryption.
12/10/2009 20:14 I.M.Real#3
Quote:
Originally Posted by Korvacs View Post
All packets received from the auth server and sent to the auth server are from the old encryption.

The first packet sent from the client to the game server uses the new bf encryption.
thats what i thought but it wassent working so i thought i had somthing wrong..Guess its coded wrong ATM..
12/12/2009 00:26 I.M.Real#4
Damn I hate c# realy need to study on this more...LoL
anyway still having problems with this...

just to get the thought out of my mind of regressing back to VB6,DH cant be done in vb6 right?
I found BF algo but the ssh2 dh key exchange realy cant be done right?
12/12/2009 02:02 InfamousNoone#5
Just DLL import the OpenSSL functions from OpenSSL's libeay32.dll, it's much easier than coding your own in my opinion (although that's what I did, haha).

[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

Edit:
Check Korvacs' wiki as well, it documents it using the OpenSSL functions which seem DLL imported.
12/13/2009 21:32 I.M.Real#6
its comming along,i just need A little more work on it,I got the first part done correctly,now just need a little more work on dh key exchange..

noone has got a dll that does all BF DH crap that they would like to share?