Difference between revisions of "VFDecrypt"

From The iPhone Wiki
Jump to: navigation, search
(removing Template:wp)
(remove dead links)
Line 16: Line 16:
 
** Creator: Bennyboi
 
** Creator: Bennyboi
 
** Interface: [[Wikipedia:Graphical user interface|GUI]]
 
** Interface: [[Wikipedia:Graphical user interface|GUI]]
** Download Windows: [http://www.fileden.com/files/2010/8/15/2942501//iDecrypt-v2-RC2.rar FileDen] [http://www.mediafire.com/?qkr5sf50ab10kqn Mediafire] [http://www.megaupload.com/?d=H8RSKE5C Megaupload]
+
** Download Windows: [http://www.mediafire.com/?qkr5sf50ab10kqn Mediafire]
** Download Mac OS X: [http://www.fileden.com/files/2010/8/15/2942501//iDecrypt-Mac-build91-bennyyboi.zip FileDen], [http://www.mediafire.com/?skqftcoo2k7uvfo Mediafire], [http://www.megaupload.com/?d=7SEMLI92 Megaupload]
+
** Download Mac OS X: [http://www.mediafire.com/?skqftcoo2k7uvfo Mediafire]
   
 
* [[iDecryptIt]]
 
* [[iDecryptIt]]
Line 31: Line 31:
 
** Interface: [[Wikipedia:Command-line interface|CLI]]
 
** Interface: [[Wikipedia:Command-line interface|CLI]]
 
** Source Code: [http://iphone-elite.googlecode.com/files/vfdecrypt-linux.tar.gz Google Code Linux], [http://iphone-elite.googlecode.com/files/vfdecryptIM.zip Google Code Intel Mac]
 
** Source Code: [http://iphone-elite.googlecode.com/files/vfdecrypt-linux.tar.gz Google Code Linux], [http://iphone-elite.googlecode.com/files/vfdecryptIM.zip Google Code Intel Mac]
** Download: [http://iphoneelite.googlecode.com/files/vfdecrypt.zip Windows], [http://www.hackthatphone.com/downloads/vfdecrypt.zip Mac OS X Universal], [http://lorenzo.yellowspace.net/vfdecrypt-binary-mactel.tgz Mac OS X Intel], [http://lorenzo.yellowspace.net/vfdecrypt-binary-ppc.tgz Mac OS X Power PC]
+
** Download: [http://iphoneelite.googlecode.com/files/vfdecrypt.zip Windows], [http://lorenzo.yellowspace.net/vfdecrypt-binary-mactel.tgz Mac OS X Intel], [http://lorenzo.yellowspace.net/vfdecrypt-binary-ppc.tgz Mac OS X Power PC]
   
 
[[Category:VFDecrypt]]
 
[[Category:VFDecrypt]]

Revision as of 12:35, 11 June 2013

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