

Message Id: | 0x29 |
---|---|
Message Name: | SID_LOGONRESPONSE |
Direction: | Client to Server |
Used By: | Starcraft Shareware, Starcraft Japanese Diablo Retail, Diablo Shareware Warcraft II BNE |
Format: |
|
Contains Client's username and hashed password.
Battle.net password hashes are hashed twice using XSHA-1. First, the password is hashed by itself, then the following data is hashed again and sent to Battle.net:
(UINT32)
Client Token(UINT32)
Server Token(UINT8)[20]
First password hash
Passwords should be converted to lowercase before hashing, for compatibility with Blizzard games.