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: | ||
Line 76: | Line 38: | ||
! Chunk !! Offset !! Length !! Example !! Description !! Notes | ! Chunk !! Offset !! Length !! Example !! Description !! Notes | ||
|- | |- | ||
| rowspan="6" | 1 || 0x0 || 0x10 || A2A0D0EBE5B9334487C068B6B72699C7 || || ''' | | rowspan="6" | 1 || 0x0 || 0x10 || A2A0D0EBE5B9334487C068B6B72699C7 || || '''partition1 key1''' ? (same for all partitions in the list) | ||
|- | |- | ||
| 0x10 || 0x10 || DA7BD0E6BE941449B84EDE147F9705BA || || '''partition1 | | 0x10 || 0x10 || DA7BD0E6BE941449B84EDE147F9705BA || || '''partition1 key2''' ? | ||
|- | |- | ||
| 0x20 || 0x8 || 2200000000000000 || ''' | | 0x20 || 0x8 || 2200000000000000 || || '''offset of''' ? | ||
|- | |- | ||
| 0x28 || 0x8 || E5513C0000000000 || ''' | | 0x28 || 0x8 || E5513C0000000000 || || '''offset of''' ? / '''sector count''' ? | ||
|- | |- | ||
| 0x30 || 0x8 || 0000000000000000 || ''not used'' || | | 0x30 || 0x8 || 0000000000000000 || ''not used'' || | ||
|- | |- | ||
| 0x38 || 0x48 || p r i m a r y || | | 0x38 || 0x48 || p r i m a r y || || ''identifyer'' ? | ||
|- | |- | ||
| rowspan="6" | 2 || 0x80 || 0x10 || A2A0D0EBE5B9334487C068B6B72699C7 || || ''' | | rowspan="6" | 2 || 0x80 || 0x10 || A2A0D0EBE5B9334487C068B6B72699C7 || || '''partition2 key1''' ? (same for all partitions in the list) | ||
|- | |- | ||
| 0x90 || 0x10 || FB2718C324FC9947907A18267C30F0FE || || '''partition2 | | 0x90 || 0x10 || FB2718C324FC9947907A18267C30F0FE || || '''partition2 key2''' ? | ||
|- | |- | ||
| 0xA0 || 0x8 || 00583C0000000000 || ''' | | 0xA0 || 0x8 || 00583C0000000000 || || '''offset of''' ? | ||
|- | |- | ||
| 0xA8 || 0x8 || FF37B60000000000 || ''' | | 0xA8 || 0x8 || FF37B60000000000 || || '''offset of''' ? / '''sector count''' ? | ||
|- | |- | ||
| 0xB0 || 0x8 || 0000000000000000 || ''not used'' || | | 0xB0 || 0x8 || 0000000000000000 || ''not used'' || | ||
|- | |- | ||
| 0xB8 || 0x48 || p r i m a r y || | | 0xB8 || 0x48 || p r i m a r y || || ''identifyer'' ? | ||
|- | |- | ||
| 3 || 0x100 || 0x80 || || ''not used'' || filled with zeroes | | 3 || 0x100 || 0x80 || || ''not used'' || filled with zeroes | ||
Line 107: | Line 69: | ||
*Notes | *Notes | ||
**divided in 4 chunks of 0x80 each | **divided in 4 chunks of 0x80 each | ||
** | **offsets are relative to the sector start | ||