Difference between revisions of "VFDecrypt"

From The iPhone Wiki
Jump to: navigation, search
m
(update dead google code links)
 
(32 intermediate revisions by 4 users not shown)
Line 1: Line 1:
'''VFDecrypt''' (v 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>).
mac: ./vfdecrypt -i <dmg location> -o decrypt.dmg -k <key>
 
windows: vfdecrypt.exe -i <dmg location> -o decrypt.dmg -k <key>
 
   
 
== Downloads ==
 
== Downloads ==
  +
* [[DMG Decrypter]]
{| class="wikitable" style="text-align: center; width: auto; table-layout: fixed; border-collapse: collapse;" border="1"
 
  +
** Creator: [[User:MCTD81|MCTD81]]
|-
 
  +
** Interface: [[Wikipedia:Graphical user interface|GUI]]<!--
! Program Name
 
  +
** Download: [http://dmgdecrypter.blogspot.com/ OS X] (Multiupload is now a scam download site) -->
! Creator
 
! Credit
 
! [[wikipedia:Programing language|Source Code]]
 
! Interface
 
! [[wikipedia:Microsoft Windows|Windows]] ([[wikipedia:32-bit|x86]])
 
! [[wikipedia:Microsoft Windows|Windows]] ([[wikipedia:64-bit|x64]])
 
! [[wikipedia:Mac OS X|Mac OS X]] ([[wikipedia:Universal binary|Universal]])
 
! [[wikipedia:Mac OS X|Mac OS X]] ([[wikipedia:List of Intel microprocessors|Intel]])
 
! [[wikipedia:Mac OS X|Mac OS X]] ([[wikipedia:PowerPC|PowerPC]])
 
! [[wikipedia:Linux|Linux]] Installer (.[[wikipedia:deb (file format)|deb]])
 
! [[wikipedia:Linux|Linux]] Installer (.[[wikipedia:RPM Package Manager|rpm]])
 
! [[wikipedia:Linux|Linux]] (.[[wikipedia:tar (file format)|tar]].[[wikipedia:gzip|gz]])
 
|-
 
| [[DMG Decrypter]] ([[Talk:DMG Decrypter|talk]])
 
| [[User:MCTD81|MCTD81]]
 
| None
 
| None
 
| [[wikipedia:Graphical user interface|GUI]]
 
| {{no}}
 
| {{no}}
 
| {{no}}
 
| {{yes|[http://dmgdecrypter.blogspot.com/ DMG Decrypter Blog]}}
 
| {{no}}
 
| {{no}}
 
| {{no}}
 
| {{no}}
 
|-
 
| [[iDecrypt]] ([[Talk:iDecrypt|talk]])
 
| Bennyboi
 
| None
 
| None
 
| [[wikipedia:Graphical user interface|GUI]]
 
| {{yes|[http://www.fileden.com/files/2010/8/15/2942501/iDecrypt-v2-RC-bennyyboi.rar FileDen HTTP]<br />[http://www.mediafire.com/?aax4n1elq4ai6b5 MediaFire HTTP]}}
 
| {{partial|Use 32-bit version.}}
 
| {{no}}
 
| {{yes|[http://www.fileden.com/files/2010/8/15/2942501//iDecrypt-Mac-build91-bennyyboi.zip FileDen HTTP]}}
 
| {{no}}
 
| {{no}}
 
| {{no}}
 
| {{no}}
 
|-
 
| [[iDecryptIt]] ([[Talk:iDecryptIt|talk]])
 
| [[User:Balloonhead66|Balloonhead66]]
 
| VFDecrypt
 
| [http://idecryptit.svn.sourceforge.net/viewvc/idecryptit/ SourceForge iDecryptIt]
 
| [[wikipedia:Graphical user interface|GUI]]
 
| {{yes|[http://sourceforge.net/projects/idecryptit/files/1.x/iDecryptIt_1.0.0.1C31.zip/download SourceForge HTTP (ZIP)]<br />[http://sourceforge.net/projects/idecryptit/files/1.x/iDecryptIt_1.0.0.1C31.exe/download SourceForge HTTP (Installer)]}}
 
| {{partial|Use 32-bit version.}}
 
| {{no}}
 
| {{no}}
 
| {{no}}
 
| {{no}}
 
| {{no}}
 
| {{no}}
 
|-
 
| VFDecrypt ([[Talk:VFDecrypt|talk]])
 
| Unknown
 
| [http://lorenzo.yellowspace.net/corrupt-sparseimage.html YellowSpace]
 
| [http://github.com/dra1nerdrake/VFDecrypt dra1nerdrake's VFDecrypt]
 
| [[wikipedia:Command-line interface|CLI]]
 
| {{yes|[http://iphoneelite.googlecode.com/files/vfdecrypt.zip Google Code HTTP]}}
 
| {{partial|Use 32-bit version.}}
 
| {{yes|[http://www.hackthatphone.com/downloads/vfdecrypt.zip Hack that Phone HTTP]}}
 
| {{yes|[http://lorenzo.yellowspace.net/vfdecrypt-binary-mactel.tgz YellowSpace HTTP]}}
 
| {{yes|[http://lorenzo.yellowspace.net/vfdecrypt-binary-ppc.tgz YellowSpace HTTP]}}
 
| {{no}}
 
| {{no}}
 
| {{yes|[http://iphone-elite.googlecode.com/files/vfdecrypt-linux.tar.gz Google Code HTTP]}}
 
|-
 
|}
 
   
  +
* [[iDecrypt]]
[[Category:VFDecrypt]]
 
  +
** Creator: Bennyboi
  +
** Interface: [[Wikipedia:Graphical user interface|GUI]]
  +
** Download: [http://www.mediafire.com/?qkr5sf50ab10kqn Windows], [http://www.mediafire.com/?skqftcoo2k7uvfo OS X]
  +
  +
* [[iDecryptIt]]
  +
** Creator: [[User:5urd|5urd]]
  +
** Credit: VFDecrypt
  +
** Interface: [[Wikipedia:Graphical user interface|GUI]]
  +
** Source Code: [https://sourceforge.net/p/idecryptit/code/HEAD/tree/trunk/ SourceForge]
  +
** Download: [http://sourceforge.net/projects/idecryptit/files/9.x/iDecryptIt_9.31.0.2G86.zip/download Windows]
  +
  +
* VFDecrypt<!--
  +
** Creator: -->
  +
** Credit: [http://lorenzo.yellowspace.net/corrupt-sparseimage.html YellowSpace]
  +
** Interface: [[Wikipedia:Command-line interface|CLI]]
  +
** 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: [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: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