Difference between revisions of "Talk:AppleLogo"

From The iPhone Wiki
Jump to: navigation, search
m (Thats enough edits until 6PM BST!)
 
Line 1: Line 1:
 
== Decryption ==
 
== Decryption ==
 
How do I decrypt IMG3 files please? --[[User:Jaggions|Jaggions]] 07:40, 25 October 2012 (MDT)
 
How do I decrypt IMG3 files please? --[[User:Jaggions|Jaggions]] 07:40, 25 October 2012 (MDT)
:[[VFDecrypt Keys#Notes]] should give you some starting notes. The command line is (for img3):
+
:[[Firmware Keys#Notes]] should give you some starting notes. The command line is (for img3):
 
xpwntool "{IN}" "{OUT}" -k{KEY} -iv{IV}
 
xpwntool "{IN}" "{OUT}" -k{KEY} -iv{IV}
 
Then using <code>dd</code> or your favorite hex editor (I prefer HxD for Windows), strip the first <code>0x40</code>(?) (<code>64</code>) bytes (the img3 header) of the file. --[[User:5urd|5urd]] 09:38, 25 October 2012 (MDT)
 
Then using <code>dd</code> or your favorite hex editor (I prefer HxD for Windows), strip the first <code>0x40</code>(?) (<code>64</code>) bytes (the img3 header) of the file. --[[User:5urd|5urd]] 09:38, 25 October 2012 (MDT)

Latest revision as of 16:14, 20 August 2013

Decryption

How do I decrypt IMG3 files please? --Jaggions 07:40, 25 October 2012 (MDT)

Firmware Keys#Notes should give you some starting notes. The command line is (for img3):
xpwntool "{IN}" "{OUT}" -k{KEY} -iv{IV}

Then using dd or your favorite hex editor (I prefer HxD for Windows), strip the first 0x40(?) (64) bytes (the img3 header) of the file. --5urd 09:38, 25 October 2012 (MDT)