

Message Id: | 0x29 |
---|---|
Message Name: | SID_LOGONRESPONSE |
Direction: | Client to Server |
Used By: | Diablo Retail, Diablo Shareware Starcraft Japanese, Starcraft Shareware Warcraft II BNE |
Format: |
|
Contains Client's username & hashed password.
Battle.net password hashes are hashed twice using BSHA1. 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 lower case before hashing.