Line 52:
Line 52:
Instead of using [[WiiND]], you can retrieve your console keys from the keys.bin file that BootMii v3+ produces when backing up the [[NAND]]. To view them, open keys.bin with a hex editor.<br />
Instead of using [[WiiND]], you can retrieve your console keys from the keys.bin file that BootMii v3+ produces when backing up the [[NAND]]. To view them, open keys.bin with a hex editor.<br />
Here are the offsets for each key:
Here are the offsets for each key:
β
<pre>ECC Private Key: 0x128 (30 bytes)
+
<pre>
+
boot1 hash: 0x100 (20 bytes)
+
Common key (AES): 0x114 (16 bytes)
Console ID: 0x124 (4 bytes)
Console ID: 0x124 (4 bytes)
+
ECC Private Key: 0x128 (30 bytes)
+
NAND HMAC: 0x144 (20 bytes)
NAND AES key: 0x158 (16 bytes)
NAND AES key: 0x158 (16 bytes)
β
NAND HMAC: 0x144 (20 bytes)
β
Common key (AES): 0x114 (16 bytes)
PRNG seed (AES): 0x168 (16 bytes)
PRNG seed (AES): 0x168 (16 bytes)
β
boot1 hash: 0x100 (20 bytes)
ng_key_id: 0x208 (4 bytes)
ng_key_id: 0x208 (4 bytes)
ng_sig: 0x20c (60 bytes)</pre>
ng_sig: 0x20c (60 bytes)</pre>