Changes

16 bytes removed ,  21:37, 4 April 2016
Line 543: Line 543:     
==== Encrypted beacon data ====
 
==== Encrypted beacon data ====
The following structure is for the plaintext version of the encrypted data.
+
The following structure is for the plaintext version of the encrypted data, stored as big-endian.
   −
This data is encrypted with AES-CTR, by NWM module in software. The AES key is stored in NWM module itself. See above for the CTR. The size of this encrypted data is 0x12 + (0x1E*val), where val is the u8 from networkstruct offset 0x1D(zero when the u8 at networkstruct offset 0x8 is value zero).
+
This data is encrypted with AES-CTR, by NWM module in software. The AES key is stored in NWM module itself. See above for the CTR. The size of this encrypted data is 0x12 + (0x1E*val), where val is the u8 from networkstruct offset 0x1D.
    
===== Structure =====
 
===== Structure =====
Line 576: Line 576:  
| 0x0
 
| 0x0
 
| 0x18
 
| 0x18
| This is the first 0x18-bytes of the structure from [[NWMUDS:Initialize|here]].
+
| This is the first 0x18-bytes of the structure from [[NWMUDS:Initialize|here]], stored as big-endian.
 
|-
 
|-
 
| 0x18
 
| 0x18