Editing Talk:HDD Encryption
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
= Getting keys the easier way = | = Getting keys the easier way = | ||
First you need to get the sb_iso_spu_module.self individuals seed that can be found in the metadata header: | First you need to get the sb_iso_spu_module.self individuals seed that can be found in the metadata header: | ||
<pre> | <pre> | ||
D9 2D | D9 2D XX XX XX XX XX XX XX XX XX XX XX XX XX XX | ||
83 84 | 83 84 XX XX XX XX XX XX XX XX XX XX XX XX XX XX | ||
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ||
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ||
C3 B3 | C3 B3 XX XX XX XX XX XX XX XX XX XX XX XX XX XX | ||
37 9F | 37 9F XX XX XX XX XX XX XX XX XX XX XX XX XX XX | ||
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ||
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ||
</pre> | </pre> | ||
Using your console specific eid_root_key/iv (e.g. from metldr dump) and libeeid you can then generate the keys directly by calling | Using your console specific eid_root_key/iv (e.g. from metldr dump) and libeeid you can then generate the keys directly by calling | ||
Line 61: | Line 23: | ||
Now you have your console specific ATA data key in indivs[0x00-0x20] and the ATA tweak key in indivs[0x40-0x60] :) | Now you have your console specific ATA data key in indivs[0x00-0x20] and the ATA tweak key in indivs[0x40-0x60] :) | ||