Difference between revisions of "VFDecrypt"

From The iPhone Wiki
Jump to: navigation, search
m (update)
m (update)
Line 24: Line 24:
 
** Interface: [[Wikipedia:Graphical user interface|GUI]]
 
** Interface: [[Wikipedia:Graphical user interface|GUI]]
 
** Source Code: [https://sourceforge.net/p/idecryptit/code/HEAD/tree/trunk/ SourceForge]
 
** Source Code: [https://sourceforge.net/p/idecryptit/code/HEAD/tree/trunk/ SourceForge]
** Download: [http://sourceforge.net/projects/idecryptit/files/7.x/iDecryptIt_7.02.0.2C60.zip/download Windows]
+
** Download: [https://sourceforge.net/projects/idecryptit/files/8.x/iDecryptIt_8.00.0.2E47.zip/download Windows]
   
 
* VFDecrypt
 
* VFDecrypt

Revision as of 03:30, 23 September 2014

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

Linux: ./vfdecrypt -i<dmg location> -k<key> -o<out location>.dmg
Mac: ./vfdecrypt -i<dmg location> -k<key> -o<out location>.dmg
Windows: vfdecrypt "-i<dmg location>" -k<key> "-o<out location>.dmg"

-k may also be -p on some builds. 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