InitSecretKey r63b

Results 1 to 3 of 3
  1. #1
    Member TimNL is offline
    MemberRank
    Jan 2013 Join Date
    78Posts

    sad 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();
            }

    Last edited by TimNL; 21-01-13 at 06:13 PM.


  2. #2
    Grand Master Emily is offline
    Grand MasterRank
    Oct 2012 Join Date
    The NetherlandsLocation
    2,408Posts

    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?

  3. #3
    Member TimNL is offline
    MemberRank
    Jan 2013 Join Date
    78Posts

    Re: InitSecretKey r63b

    Oepsss, did something wrong
    Last edited by TimNL; 29-07-15 at 12:20 PM.



Advertisement