-
InitSecretKey r63b
Hello,
Can some one help me i need the new InitSecretKey for build:
RELEASE63-201212120947-241536750
Old InitSecretKey:
Code:
internal void InitSecretKey()
{
this.Session.TimePingedReceived = DateTime.Now;
this.Response.Init(Outgoing.SecretKeyComposer);
this.Response.AppendString("K250189194630019374278984857641167596012285644058612690927681692549886865410");
this.SendResponse();
}
http://i.imgur.com/JrmQD2z.png
-
Re: InitSecretKey r63b
If that means the packet is not found, you need to edit the incoming packet too.
Also: if this is the first packet:
PHP Code:
internal void InitSecretKey()
{
this.Session.TimePingedReceived = DateTime.Now;
this.Response.Init(Outgoing.SecretKeyComposer);
this.Response.AppendString("K250189194630019374278984857641167596012285644058612690927681692549886865410");
this.SendResponse();
}
It's wrong, you need another bool (after the string)
And I see no implemention of the Encryption?
-
Re: InitSecretKey r63b
Oepsss, did something wrong