Just save it.
The guy also said, that there is a variable to turn on or off the encryption (boolean)
The coder aren't that stupid
Code:
public function encode(param1:ByteArray) : ByteArray {
if(this._activated)
{
return this._encoder.encode(param1);
}
else
{
return param1;
}
}
There is a bool for Switching it on and off :P
Guess its there because they want to use the same packethandler before and after the client has his encryption key
Encryption Help 08/02/2012 - .NET Languages - 5 Replies {NOTE : I Tried to google this first but sorry i did not get to my specific point}
In the following few lines i will explain the trick that i am worry about , and an explanation for my exact problem
Trick :
Past i used to crack a program using fake server response
1- Looping back the connection of the program (client) to my computer
2- Sniffing the Login successful packet from the real server
3- Creating a fake server (listener) that listens for a connection from the client and...
BP encryption. 07/25/2012 - Facebook - 5 Replies Anyone else notice BP has encryption added to the code but not yet implemented?
How long until Kix encrypts this I wonder, it's all ready to go from what I can see.
Encryption 07/19/2011 - General Coding - 0 Replies #deleted
RF CM encryption?? 05/20/2008 - RF Online - 5 Replies I was playing a little with WPE and now it seems all packets are ciphered, cause for example, when you throw away an item you could recognise a pattern, but now all i can see are random bytes in the throw away packets. Could it be cause of the last patch that CM has applied? Has anyone experienced this?
Sorry pls move this thread to the other forum