MsgLoginChallengeS

The account server sends this message to client to start the SRP6 challenge. The challenge consists of the calculated public ephemeral value (B = kv + g^b mod |N|) and the player's salt (S). The client expects this message in response to MsgAccountSRP6 / MsgAccountSRP6Ex, and responds with MsgLoginProofC.

Table of Contents

Patch 5635

Message Definition

☑️ Assumed (Observed)

PosTypeNameDescriptionExample
0UInt16MsgSizeSize of the message653
2UInt16MsgTypeType of message1213
4ByteB LengthServer's public ephemeral length
5Byte[]BServer's public ephemeral value
391ByteS LengthSalt length
392Byte[]SThe player's salt