Difference between revisions of "VFDecrypt"

From The iPhone Wiki
Jump to: navigation, search
m (Downloads)
(some syntax infos)
Line 2: Line 2:
   
 
== Usage ==
 
== Usage ==
mac: ./vfdecrypt -i <dmg location> -o decrypt.dmg -k <key>
+
Mac: ./vfdecrypt -i <dmg location> -k <key> -o decrypt.dmg
windows: vfdecrypt -i <dmg location> -o decrypt.dmg -k <key>
+
Windows: vfdecrypt -i <dmg location> -k <key> -o decrypt.dmg
  +
If you get syntax errors, make sure to follow the order of the parameters correctly (i-k-o). Also, at least for the Windows and Linux version, there must be no space between the parameter letter and the value, i.e. <code>-kf43e...</code> for the key that starts with <code>f43e...</code>.
   
 
== Downloads ==
 
== Downloads ==

Revision as of 19:51, 15 May 2012

VFDecrypt (vi ɛf dēˈkript) is a program originally intended to decrypt FileVault-encrypted images. It is capable of decrypting the filesystem image of iOS, with the appropriate key.

Usage

Mac: ./vfdecrypt -i <dmg location> -k <key> -o decrypt.dmg
Windows: vfdecrypt -i <dmg location> -k <key> -o decrypt.dmg

If you get syntax errors, make sure to follow the order of the parameters correctly (i-k-o). Also, at least for the Windows and Linux version, there must be no space between the parameter letter and the value, i.e. -kf43e... for the key that starts with f43e....

Downloads