Difference between revisions of "VFDecrypt"

From The iPhone Wiki
Jump to: navigation, search
(removing Template:wp)
(update dead google code links)
 
(13 intermediate revisions by 3 users not shown)
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 [[VFDecrypt Keys|the appropriate key]].
+
'''VFDecrypt'''<!-- (vee ef diːˈkrɪpt) --> ("VileFault Decrypt") 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]]. The original program was written by Jacob Appelbaum (ioerror) and released at 23c3 2006.<ref>https://media.ccc.de/v/23C3-1642-en-unlocking_filevault</ref><ref>https://web.archive.org/web/20110727132510/http://crypto.nsa.org/vilefault/</ref>
   
 
== Usage ==
 
== Usage ==
  +
To get the syntax for your build, run the program with no arguments. Different implementations of VFDecrypt have different rules about the flags. Some builds require the parameters to be in the exact order of <code>-iinput.dmg -kabcdef… -ooutput.dmg</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>).
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. <code>-kf43e...</code> for the key that starts with <code>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.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: [http://www.mediafire.com/?qkr5sf50ab10kqn Windows], [http://www.mediafire.com/?skqftcoo2k7uvfo OS X]
** 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]
 
   
 
* [[iDecryptIt]]
 
* [[iDecryptIt]]
 
** Creator: [[User:5urd|5urd]]
 
** Creator: [[User:5urd|5urd]]
** Credit: VFDecrypt, [[sn0wbreeze]]
+
** Credit: VFDecrypt
 
** Interface: [[Wikipedia:Graphical user interface|GUI]]
 
** Interface: [[Wikipedia:Graphical user interface|GUI]]
** Source Code: [http://idecryptit.svn.sourceforge.net/viewvc/idecryptit/ SourceForge]
+
** Source Code: [https://sourceforge.net/p/idecryptit/code/HEAD/tree/trunk/ SourceForge]
** Download: [http://sourceforge.net/projects/idecryptit/files/5.x/iDecryptIt_5.10.0.2B39.zip/download Windows]
+
** Download: [http://sourceforge.net/projects/idecryptit/files/9.x/iDecryptIt_9.31.0.2G86.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: [https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/iphone-elite/vfdecrypt-linux.tar.gz Google Code Linux], [https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/iphone-elite/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: [https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/iphoneelite/vfdecrypt.zip Windows], [http://lorenzo.yellowspace.net/vfdecrypt-binary-mactel.tgz OS X] ([http://lorenzo.yellowspace.net/vfdecrypt-binary-ppc.tgz Power PC])
  +
  +
== References ==
  +
<references/>
   
[[Category:VFDecrypt]]
+
[[Category:Decryption]]
 
[[Category:Hacking Software]]
 
[[Category:Hacking Software]]

Latest revision as of 12:09, 26 December 2017

VFDecrypt ("VileFault Decrypt") 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. The original program was written by Jacob Appelbaum (ioerror) and released at 23c3 2006.[1][2]

Usage

To get the syntax for your build, run the program with no arguments. Different implementations of VFDecrypt have different rules about the flags. Some builds require the parameters to be in the exact order of -iinput.dmg -kabcdef… -ooutput.dmg. Most builds require there be no space between the option and the parameter (i.e. -kf43e, not -k f43e).

Downloads

References