• Welcome to Valhalla Legends Archive.
 

Request for Information: SID_AUTH_ACCOUNTCHANGEPROOF (0x56)

Started by Arta, July 06, 2005, 09:13 AM

Previous topic - Next topic

Arta


shadypalm88

Client -> Server:
(BYTE[20])  Client Password Proof (for old password)
(BYTE[32])  Salt (for new password)
(BYTE[32])  Verifier (for new password)


Server -> Client:
(DWORD)     Result
(BYTE[32])  Server Password Proof ("M[2]") (for old password)

Possible result codes:
    0x00:   Password changed.
    0x02:   Incorrect old password.

Arta

Does the client echo that data back in the response or is that a mistake? The draft format that's present already does not contain M1, s, or v for the server->client message.

MyndFyre

It's a mistake.  The information currently available is correct.
QuoteEvery generation of humans believed it had all the answers it needed, except for a few mysteries they assumed would be solved at any moment. And they all believed their ancestors were simplistic and deluded. What are the odds that you are the first generation of humans who will understand reality?

After 3 years, it's on the horizon.  The new JinxBot, and BN#, the managed Battle.net Client library.

Quote from: chyea on January 16, 2009, 05:05 PM
You've just located global warming.

Arta