MsgAccountSRP6
This client message is sent to the account server to request authentication using SRP6 as an augmented password-authenticated key exchange, replacing the previous MsgAccount message that used an RC5 encrypted password in patch 5532. The messages are similar, but the password field has been removed.
Before handling this message, an account needs to be created using a password verifier and salt rather than a password. The account server is expected look up the account's password verifier in the database to send MsgLoginChallengeS in response to this message.
Table of Contents
Patch 5635
Message Definition
☑️ Assumed (Observed)