Difference between revisions of "Keylimepie"

From The iPhone Wiki
Jump to: navigation, search
(Created.)
 
m
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
'''keylimepie''' is an automated script for OS X that grabs the IV's and Keys for the key pages. This stores the [[KBAG]]'s into a file called KBAG.txt. Once it has the keys, two files are created, Keys.txt which holds the keys and also wikikeys.txt which has the keys in the layout so that you can copy/paste the file content to the page on this wiki. It is written in bash. The syntax is <code>sudo ./keylimepie.sh ./IPSW</code> - replace <code>IPSW</code> with the URL to the IPSW you are using.
+
'''keylimepie''' is an automated script for OS X that grabs the IV's, Keys and the RootFS key for the key pages. This stores the [[KBAG]]'s into a file called <code>KBAG.txt</code>. Once it has the keys, two files are created: keys.txt which holds the keys and also <code>wikikeys.txt</code> which has the keys in the layout so that you can copy/paste the file content to the page on this wiki. It is written in bash. The syntax is <code>./keylimepie.sh ./path_to_IPSW [-t2]</code> - the <code>-t2</code> is optional, and should only be used if your timing is consistently off. As of iOS 7.1 and newer, keylimepie is broken. The keys generated are not all accurate from 7.1+. It can still be used to get KBAG's.
   
 
==Supported Devices==
 
==Supported Devices==
* [[n82ap|iPhone 3G]]
+
* [[N88AP|iPhone 3GS]]
* [[n88ap|iPhone 3GS]]
+
* [[N90AP|iPhone 4 (iPhone3,1)]]
* [[n90ap|iPhone 4 GSM]]
+
* [[N72AP|iPod touch (2nd generation)]]
* [[n72ap|iPod touch 2G]]
+
* [[N18AP|iPod touch (3rd generation)]]
* [[n18ap|iPod touch 3G]]
+
* [[N81AP|iPod touch (4th generation)]]
* [[n81ap|iPod touch 4G]]
 
   
 
==External Links==
 
==External Links==
 
* [https://github.com/compilingEntropy/keylimepie GitHub]
 
* [https://github.com/compilingEntropy/keylimepie GitHub]
  +
* [https://twitter.com/keylimep1e Twitter]
  +
  +
[[Category:Decryption]]

Latest revision as of 12:29, 23 March 2017

keylimepie is an automated script for OS X that grabs the IV's, Keys and the RootFS key for the key pages. This stores the KBAG's into a file called KBAG.txt. Once it has the keys, two files are created: keys.txt which holds the keys and also wikikeys.txt which has the keys in the layout so that you can copy/paste the file content to the page on this wiki. It is written in bash. The syntax is ./keylimepie.sh ./path_to_IPSW [-t2] - the -t2 is optional, and should only be used if your timing is consistently off. As of iOS 7.1 and newer, keylimepie is broken. The keys generated are not all accurate from 7.1+. It can still be used to get KBAG's.

Supported Devices

External Links