Quote:
Originally Posted by Kubixiorek
Can you make a version without password crypting? ;__;
|
I can make a version with sha 256 encryption, the md5 is obsolete and a version without pass encrypting was not secure.
I'm block at the 2nd part of the decryption of game packets, because in C# str[count] is possible if count < length of str.
In C++ I do not understand how one can find different character chr(0) when count > the str length