Difference between revisions of "Talk:AppleLogo"

From The iPhone Wiki
Jump to: navigation, search
(Created page with "How do I decrypt .IMG3 files please? --~~~~")
 
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)
  +
:[[VFDecrypt 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)

Revision as of 15:38, 25 October 2012

Decryption

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

VFDecrypt 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)