|

Message ID: |
0x3D |
Message Name: |
SID_CREATEACCOUNT2
|
Direction: |
Client -> Server (Sent) |
Used By: |
Starcraft Shareware, Starcraft Japanese, Starcraft, Starcraft Broodwar, Diablo Shareware, Diablo I, Diablo II, Diablo II LOD, Warcraft II |
Format: Help
Hint: Field names highlighted in blue will display a definition if you hover over the text. |
(DWORD[5]) Password hash
(STRING) Username |
Remarks: |
Creates a Battle.net account. Usernames longer than 15 characters are truncated.
Passwords should be converted to lower case before hashing, and are only hashed once (unlike SID_LOGONRESPONSE). |
Related Links: |
[C>0x29] SID_LOGONRESPONSE, [S>0x3D] SID_CREATEACCOUNT2
|
|
Printable Version
|
User Comments:
Posted by Dragon.fe on 14/07/05 06:02 |
Can be used for every client except (WAR3/W3XP/W3DM), and can be mixed with the OLS.
|
#314 |
Posted by oldskooldrew on 28/08/04 11:42 |
i am unfamiliar with bnetauth.dll temporarily, and in order to get the hash for creating an account i just used the hashing call for logging in and just cut the first 2 dwords off of the beginning of the outbuffer for the call, i get the account created... but then when trying to login, i get that my password is incorrect, meaning im not sending the same hash as i was in the createaccount, is there a specicic dll entry for this hashing of the password, w/o the client and server tokens?
|
#197 |
|
|
|