The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "Talk:AppleLogo"
(Created page with "How do I decrypt .IMG3 files please? --~~~~") |
m (Thats enough edits until 6PM BST!) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | == 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) |
||
+ | :[[Firmware Keys#Notes]] should give you some starting notes. The command line is (for img3): |
||
+ | 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) |
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)