Difference between revisions of "VFDecrypt"

From The iPhone Wiki
Jump to: navigation, search
m (update)
m
Line 1: Line 1:
'''VFDecrypt''' (vi ɛf dēˈkript) is a program originally intended to decrypt [[wikipedia:FileVault|FileVault]]-encrypted images. It is capable of decrypting the filesystem image of [[iOS]], with [[Firmware Keys|the appropriate key]].
+
'''VFDecrypt'''<!-- (vee ef diːˈkrɪpt) --> is a program originally intended to decrypt [[wikipedia:FileVault|FileVault]]-encrypted images. It is capable of decrypting the root filesystem image of [[iOS]], with [[Firmware Keys|the appropriate key]].
   
 
== Usage ==
 
== Usage ==
 
Linux: ./vfdecrypt -i<dmg location> -k<key> -o<out location>.dmg
 
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
  +
Windows: vfdecrypt "-i<dmg location>" -k<key> "-o<out location>.dmg"
 
<code>-k</code> may also be <code>-p</code> 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. <code>-kf43e...</code> for the key that starts with <code>f43e...</code>.
+
Each build is different. To get the syntax for your build, run the program with no arguments. Some builds require the parameters to be in the exact order as above (<code>-i-k-o</code>). Most builds require there be no space between the option and the parameter (i.e. <code>-kf43e</code>, not <code>-k&nbsp;f43e</code>).
   
 
== Downloads ==
 
== Downloads ==
 
* [[DMG Decrypter]]
 
* [[DMG Decrypter]]
 
** Creator: [[User:MCTD81|MCTD81]]
 
** Creator: [[User:MCTD81|MCTD81]]
** Interface: [[Wikipedia:Graphical user interface|GUI]]
+
** Interface: [[Wikipedia:Graphical user interface|GUI]]<!--
** Download: [http://dmgdecrypter.blogspot.com/ Mac OS X]
+
** Download: [http://dmgdecrypter.blogspot.com/ OS X] (Multiupload is now a scam download site) -->
   
 
* [[iDecrypt]]
 
* [[iDecrypt]]
 
** Creator: Bennyboi
 
** Creator: Bennyboi
 
** Interface: [[Wikipedia:Graphical user interface|GUI]]
 
** Interface: [[Wikipedia:Graphical user interface|GUI]]
** Download Windows: [http://www.mediafire.com/?qkr5sf50ab10kqn Mediafire]
+
** Download: [http://www.mediafire.com/?qkr5sf50ab10kqn Windows], [http://www.mediafire.com/?skqftcoo2k7uvfo OS X]
** Download Mac OS X: [http://www.mediafire.com/?skqftcoo2k7uvfo Mediafire]
 
   
 
* [[iDecryptIt]]
 
* [[iDecryptIt]]
Line 26: Line 25:
 
** Download: [https://sourceforge.net/projects/idecryptit/files/8.x/iDecryptIt_8.00.0.2E47.zip/download Windows]
 
** Download: [https://sourceforge.net/projects/idecryptit/files/8.x/iDecryptIt_8.00.0.2E47.zip/download Windows]
   
* VFDecrypt
+
* VFDecrypt<!--
** Creator unknown
+
** Creator: -->
 
** Credit: [http://lorenzo.yellowspace.net/corrupt-sparseimage.html YellowSpace]
 
** Credit: [http://lorenzo.yellowspace.net/corrupt-sparseimage.html YellowSpace]
 
** 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://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 OS X] ([http://lorenzo.yellowspace.net/vfdecrypt-binary-ppc.tgz Power PC])
   
 
[[Category:Decryption]]
 
[[Category:Decryption]]

Revision as of 17:05, 25 September 2014

VFDecrypt is a program originally intended to decrypt FileVault-encrypted images. It is capable of decrypting the root filesystem image of iOS, with the appropriate key.

Usage

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

Each build is different. To get the syntax for your build, run the program with no arguments. Some builds require the parameters to be in the exact order as above (-i-k-o). Most builds require there be no space between the option and the parameter (i.e. -kf43e, not -k f43e).

Downloads