Editing Spkg hdr.tar
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: | ||
Signed Package headers TAR | = Signed Package headers TAR = | ||
Added since firmware 3.56. Contains the TAR'ed collection of all SPKG headers. | |||
== Decryption == | |||
To decrypt it you need to use spkg keyset. | |||
== History == | |||
The very first (early) 4.xx CFWs were only installable over 3.55 because they were not having new spkg. | |||
spkg is supposed to be created newly. | |||
The | The easiest way for now is that you get Certification of your new spkg and decrypt it, then encrypt with spkg keys. | ||
The reason why CFW is not installable over any | The reason why CFW is not installable over any OFW is that we dont have spkg private keys. | ||
PS3 verifies it on both xmb and recovery mode. Even if xmb makes it good, it will fail when installation screens pops up. | |||
For more info on CF encryption, refer [[Certified File|here]]. | |||
== Example == | == Example == | ||
=== 3.56 CEX/Retail spkg_hdr.tar content === | |||
== 3.56 CEX/Retail spkg_hdr.tar content == | |||
<pre> | <pre> | ||
Line 99: | Line 70: | ||
</pre> | </pre> | ||
= Tools = | = SPKG header = | ||
It is a [[Certified File]] header. | |||
== Location == | |||
spkg_hdr.tar -> *.pkg.spkg_hdr.1 | |||
== Structure == | |||
To document. | |||
== Example == | |||
{| class="wikitable" | |||
|- | |||
! BDIT_FIRMWARE_PACKAGE.pkg.spkg_hdr.1 | |||
|- | |||
| <pre>Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F | |||
00000000 53 43 45 00 00 00 00 02 00 00 00 03 00 00 00 00 SCE............. | |||
00000010 00 00 00 00 00 00 02 80 00 00 00 00 00 1E 01 10 .......€........</pre> | |||
|} | |||
== Tools == | |||
*[[http://www.mirrorcreator.com/files/1KDUUGFL/spkg_tool.tar.gz_links|spkg (linux/win)]] | *[[http://www.mirrorcreator.com/files/1KDUUGFL/spkg_tool.tar.gz_links|spkg (linux/win)]] |