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 || '''partition1 start sector''' || in big endian: 22 | | 0x20 || 0x8 || 2200000000000000 || '''partition1 start sector offset''' || in big endian: 22 | ||
|- | |- | ||
| 0x28 || 0x8 || E5513C0000000000 || '''partition1 end sector''' || in big endian: 3C51E5 | | 0x28 || 0x8 || E5513C0000000000 || '''partition1 end sector offset''' || in big endian: 3C51E5 | ||
|- | |- | ||
| 0x30 || 0x8 || 0000000000000000 || ''not used'' || | | 0x30 || 0x8 || 0000000000000000 || ''not used'' || | ||
Line 88: | Line 50: | ||
| 0x38 || 0x48 || p r i m a r y || '''partition type''' || ''identifyer'' ? | | 0x38 || 0x48 || p r i m a r y || '''partition type''' || ''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 || '''partition2 start sector''' || in big endian: 3C5800 | | 0xA0 || 0x8 || 00583C0000000000 || '''partition2 start sector offset''' || in big endian: 3C5800 | ||
|- | |- | ||
| 0xA8 || 0x8 || FF37B60000000000 || '''partition2 end sector''' || in big endian: B637FF | | 0xA8 || 0x8 || FF37B60000000000 || '''partition2 end sector offset''' || in big endian: B637FF | ||
|- | |- | ||
| 0xB0 || 0x8 || 0000000000000000 || ''not used'' || | | 0xB0 || 0x8 || 0000000000000000 || ''not used'' || | ||
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 | ||
** | **offsets are stored in little endian | ||