Skip to content
This repository has been archived by the owner on May 24, 2020. It is now read-only.
Cam edited this page Mar 27, 2020 · 2 revisions

Welcome to the XboxLive.Server wiki!

General Notes (by zzVertigo):

  • only pa data in response is the encrypted reply of PA_XBOX_ACCOUNT_CREATION struct

  • the ticket does in fact have a max length (noted)

  • the session key must be of keytype RC4_HMAC_NT (? what type is this??)

  • the session key is required to be at least 16 bytes long (same as online key etc etc)

  • the principal name, client realm and so one are in fact length checked

  • principal name is confirmed to be a multistring.. however its unclear if its actually checked to be a specific value

  • the nonce of the TGT context is checked with the nonce in AS-REP

  • ACCOUNT_CREATION struct is to be encrypted with the nonceHmac key and it's key usage should be set to the salt (1203)!!

Clone this wiki locally