NWM Services: Difference between revisions
| 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 | 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 | ||