Quote:
Originally posted by BadBoY_AC@May 13 2005, 21:56
nono u dont understand what i mean ^^
have u ever try to send packets to the server?
when u have the keys, and decrypted packets, why should it not work?
and btw, learning by doing... yes i know what XOR means..
but still have problems with it.. ^^
|
cause when you encrypt a packet and send it the server count the bytes you send end decrypts them and when you client sends the next time a packet the server can`t decrypt it because he uses the key you already used
there are 2 counters in your client and also in the server and every time a byte is de or encrypted the counters are increased but when you encrypt a packet and send it the servers counter for decrypting is increased but not the clients counter for encrypting so the next packet of the client is encrypted with the wrong key or if you just take the wrong key cause you dont take the counters key the server can`t decrypt your packet
the keys and locks of the bundle have a specific order and only repeate every 65536 byte that are encrypted or decrypted
hope that helps and is what happens
and when that is not what is wrong maybe the packet you send is wrong but i don`t know the structure of the packets so thats something i can`t help with