The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "Keylimepie"
m (→Supported Devices) |
(Adding a note to say that it is broken on iOS 7.1+.) |
||
Line 1: | Line 1: | ||
{{lowercase}} |
{{lowercase}} |
||
− | '''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. |
+ | '''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. |
==Supported Devices== |
==Supported Devices== |
Revision as of 23:07, 19 August 2014
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.