Someone can confirm that rappelz use rc4 encryption between client and server ?
At least, upload server use the same XOR key to encrypt jpg files (I haven't tested if the key change when the client is restarted), but don't know if the gameserver use the same encryption
The key used by the upload server isn't redundant, seems to be rc4 (and there is a class named xrc4cipher or so in uploadserver.exe)
So if someone knows if gameserver uses rc4 or if the upload server uses the same protocol encryption as the gameserver, his answer would be great :)
At least, upload server use the same XOR key to encrypt jpg files (I haven't tested if the key change when the client is restarted), but don't know if the gameserver use the same encryption
The key used by the upload server isn't redundant, seems to be rc4 (and there is a class named xrc4cipher or so in uploadserver.exe)
So if someone knows if gameserver uses rc4 or if the upload server uses the same protocol encryption as the gameserver, his answer would be great :)