Difference between revisions of "Template:Keys"

From The iPhone Wiki
Jump to: navigation, search
(Links to "newly documented" IMG3's)
(made it so {{subst:keys}} works)
Line 1: Line 1:
  +
__NOTOC__
 
<noinclude>This is the accepted standard for Key/IV .imgX decryption page. In the event of a new firmware, one should:
 
<noinclude>This is the accepted standard for Key/IV .imgX decryption page. In the event of a new firmware, one should:
 
 
<ol style="list-style-type:upper-alpha;">
 
<ol style="list-style-type:upper-alpha;">
 
<li>Create a new page with a title that is like the current accepted standard;</li>
 
<li>Create a new page with a title that is like the current accepted standard;</li>
<li>Copy and paste the following template into said page;</li>
+
<li>Type <tt><nowiki>{{subst:keys}}</nowiki></tt> and save or copy what is below to the page</li>
 
<li>From BuildManifest.plist, one should discover which "XXX-XXXX-XXX.dmg" is which and list them, replacing the X's;</li>
 
<li>From BuildManifest.plist, one should discover which "XXX-XXXX-XXX.dmg" is which and list them, replacing the X's;</li>
 
<li>Add in the appropriate keys for the corresponding fields;</li>
 
<li>Add in the appropriate keys for the corresponding fields;</li>
Line 12: Line 12:
   
 
'''''NB''' Also, the things linked to in the below template ARE LINKED TO FOR A REASON. If it's not linked to, it doesn't exist. So don't make a bunch of red links, please.''
 
'''''NB''' Also, the things linked to in the below template ARE LINKED TO FOR A REASON. If it's not linked to, it doesn't exist. So don't make a bunch of red links, please.''
  +
</noinclude>
  +
<includeonly>
  +
== Decryption Keys ==
  +
=== [[/|Root Filesystem]] (XXX-XXXX-XXX.dmg) ===
  +
*'''[[VFDecrypt]] Key''':
  +
  +
=== [[Update Ramdisk]] (XXX-XXXX-XXX.dmg) ===
  +
* '''IV''':
  +
* '''Key''':
  +
  +
=== [[Restore Ramdisk]] (XXX-XXXX-XXX.dmg) ===
  +
* '''IV''':
  +
* '''Key''':
  +
  +
=== [[AppleLogo]] ===
  +
* '''IV''':
  +
* '''Key''':
  +
  +
=== BatteryCharging0 ===
  +
* '''IV''':
  +
* '''Key''':
  +
  +
=== BatteryCharging1 ===
  +
* '''IV''':
  +
* '''Key''':
  +
  +
=== BatteryFull ===
  +
* '''IV''':
  +
* '''Key''':
  +
  +
=== BatteryLow0 ===
  +
* '''IV''':
  +
* '''Key''':
  +
  +
=== BatteryLow1 ===
  +
* '''IV''':
  +
* '''Key''':
  +
  +
=== DeviceTree ===
  +
* '''IV''':
  +
* '''Key''':
  +
  +
=== [[GlyphCharging]] ===
  +
* '''IV''':
  +
* '''Key''':
  +
  +
=== [[GlyphPlugin]] ===
  +
* '''IV''':
  +
* '''Key''':
  +
  +
=== [[iBEC]] ===
  +
* '''IV''':
  +
* '''Key''':
  +
  +
=== [[iBoot (Bootloader)|iBoot]] ===
  +
* '''IV''':
  +
* '''Key''':
  +
  +
=== [[iBSS]] ===
  +
* '''IV''':
  +
* '''Key''':
  +
  +
=== [[Kernelcache]] ===
  +
* '''IV''':
  +
* '''Key''':
  +
  +
=== [[LLB]] ===
  +
* '''IV''':
  +
* '''Key''':
  +
  +
=== [[RecoveryMode]] ===
  +
* '''IV''':
  +
* '''Key''':
  +
</includeonly><noinclude>
 
<pre>
 
<pre>
 
== Decryption Keys ==
 
== Decryption Keys ==
Line 85: Line 159:
 
* '''Key''':
 
* '''Key''':
 
</pre>
 
</pre>
</noinclude>
 
<includeonly>This is not a traditional MediaWiki template. Rather, it is one that should be copied and pasted as a template for creating encryption key pages. Please change the page markup accordingly.</includeonly>
 

Revision as of 00:04, 10 February 2011

This is the accepted standard for Key/IV .imgX decryption page. In the event of a new firmware, one should:

  1. Create a new page with a title that is like the current accepted standard;
  2. Type {{subst:keys}} and save or copy what is below to the page
  3. From BuildManifest.plist, one should discover which "XXX-XXXX-XXX.dmg" is which and list them, replacing the X's;
  4. Add in the appropriate keys for the corresponding fields;
  5. (Optional) Write a brief description of the purpose of the firmware.

NB The order of importance when finding keys is ALWAYS system files first (e.g. ramdisks, filesystem, LLB, iBoot, iBSS, iBEC, DeviceTree, etc...), then the iBoot images (e.g. GlyphCharging, etc...).

NB Also, the things linked to in the below template ARE LINKED TO FOR A REASON. If it's not linked to, it doesn't exist. So don't make a bunch of red links, please.


== Decryption Keys ==
=== [[/|Root Filesystem]] (XXX-XXXX-XXX.dmg) ===
*'''[[VFDecrypt]] Key''': 

=== [[Update Ramdisk]] (XXX-XXXX-XXX.dmg) ===
* '''IV''': 
* '''Key''': 

=== [[Restore Ramdisk]] (XXX-XXXX-XXX.dmg) ===
* '''IV''': 
* '''Key''': 

=== [[AppleLogo]] ===
* '''IV''': 
* '''Key''': 

=== BatteryCharging0 ===
* '''IV''': 
* '''Key''': 

=== BatteryCharging1 ===
* '''IV''': 
* '''Key''': 

=== BatteryFull ===
* '''IV''': 
* '''Key''': 

=== BatteryLow0 ===
* '''IV''': 
* '''Key''': 

=== BatteryLow1 ===
* '''IV''': 
* '''Key''': 

=== DeviceTree ===
* '''IV''': 
* '''Key''': 

=== [[GlyphCharging]] ===
* '''IV''': 
* '''Key''': 

=== [[GlyphPlugin]] ===
* '''IV''': 
* '''Key''': 

=== [[iBEC]] ===
* '''IV''': 
* '''Key''': 

=== [[iBoot (Bootloader)|iBoot]] ===
* '''IV''': 
* '''Key''': 

=== [[iBSS]] ===
* '''IV''': 
* '''Key''': 

=== [[Kernelcache]] ===
* '''IV''': 
* '''Key''': 

=== [[LLB]] ===
* '''IV''': 
* '''Key''': 

=== [[RecoveryMode]] ===
* '''IV''': 
* '''Key''':