Difference between revisions of "VFDecrypt"

From The iPhone Wiki
Jump to: navigation, search
m
m (Downloads)
Line 20: Line 20:
   
 
* [[iDecryptIt]]
 
* [[iDecryptIt]]
** Creator: [[User:balloonhead66|balloonhead66]]
+
** Creator: [[5urd|5urd]]
** Credit: VFDecrypt, [[user:fallensn0w|fallensn0w]], [[sn0wbreeze]]
+
** Credit: VFDecrypt, [[sn0wbreeze]]
 
** Interface: {{wp|Graphical user interface|GUI}}
 
** Interface: {{wp|Graphical user interface|GUI}}
 
** Source Code: [http://idecryptit.svn.sourceforge.net/viewvc/idecryptit/ SourceForge]
 
** Source Code: [http://idecryptit.svn.sourceforge.net/viewvc/idecryptit/ SourceForge]
** Download: [http://sourceforge.net/projects/idecryptit/files/5.x/iDecryptIt_5.00.6.1H35.zip/download Windows]
+
** Download: [http://sourceforge.net/projects/idecryptit/files/5.x/iDecryptIt_5.10.0.2B39.zip/download Windows]
   
 
* VFDecrypt
 
* VFDecrypt

Revision as of 23:34, 20 June 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

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"

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