Difference between revisions of "VFDecrypt"

From The iPhone Wiki
Jump to: navigation, search
(Copied from VFDecrypt Keys.)
Line 1: Line 1:
  +
VFDecrypt 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]].
{{Delete|Not used}}
 
  +
  +
==Usage==
  +
mac: ./vfdecrypt -i <dmg location> -o decrypt.dmg -k <key>
  +
windows: vfdecrypt.exe -i <dmg location> -o decrypt.dmg -k <key>
  +
  +
== Downloads ==
  +
{| class="wikitable" style="text-align: center; width: auto; table-layout: fixed; border-collapse: collapse;" border="1"
  +
|-
  +
! Program Name
  +
! Creator
  +
! Credit
  +
! [[wikipedia:GitHub|GitHub]]
  +
! 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]])
  +
! [[wikipedia:Haiku (operating system)|Haiku]]
  +
! [[wikipedia:Solaris (operating system)|Solaris]] ([[wikipedia:32-bit|x86]])
  +
! [[wikipedia:Solaris (operating system)|Solaris]] ([[wikipedia:64-bit|x64]])
  +
! [[wikipedia:Solaris (operating system)|Solaris]] ([[wikipedia:SPARC|SPARC]])
  +
! [[wikipedia:Solaris (operating system)|Solaris]] ([[wikipedia:PowerPC|PowerPC]])
  +
|-
  +
| [[DMG Decrypter]]
  +
| [[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}}
  +
| {{no}}
  +
| {{no}}
  +
| {{no}}
  +
| {{no}}
  +
| {{no}}
  +
|-
  +
| [[iDecrypt]]
  +
| 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}}
  +
| {{no}}
  +
| {{no}}
  +
| {{no}}
  +
| {{no}}
  +
| {{no}}
  +
|-
  +
| [[iDecryptIt]]
  +
| [[User:Balloonhead66|Balloonhead66]]
  +
| VFDecrypt
  +
| None
  +
| [[wikipedia:Graphical user interface|GUI]]
  +
| {{no}}
  +
| {{no}}
  +
| {{no}}
  +
| {{no}}
  +
| {{no}}
  +
| {{no}}
  +
| {{no}}
  +
| {{no}}
  +
| {{no}}
  +
| {{no}}
  +
| {{no}}
  +
| {{no}}
  +
| {{no}}
  +
|-
  +
| [[iDecrypter]]
  +
| [[User:Fallensn0w|Fallensn0w]]
  +
| VFDecrypt
  +
| [http://github.com/fallensn0w/iDecrypter fallensn0w's iDecrypter]
  +
| [[wikipedia:Graphical user interface|GUI]]
  +
| {{yes|[http://github.com/Fallensn0w/iDecrypter/raw/master/bin/vfdecrypt.exe GitHub HTTP]}}
  +
| {{partial|Use 32-bit version.}}
  +
| {{no}}
  +
| {{no}}
  +
| {{no}}
  +
| {{no}}
  +
| {{no}}
  +
| {{no}}
  +
| {{no}}
  +
| {{no}}
  +
| {{no}}
  +
| {{no}}
  +
| {{no}}
  +
|-
  +
| VFDecrypt
  +
| Unknown
  +
| [http://lorenzo.yellowspace.net/corrupt-sparseimage.html http://lorenzo.yellowspace.net/corrupt-sparseimage.html]
  +
| [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.}}
  +
| {{no}}
  +
| {{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]}}
  +
| {{no}}
  +
| {{no}}
  +
| {{no}}
  +
| {{no}}
  +
| {{no}}
  +
|-
  +
|}
  +
  +
[[Category:VFDecrypt]]

Revision as of 21:32, 10 November 2010

VFDecrypt 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

mac: ./vfdecrypt -i <dmg location> -o decrypt.dmg -k <key>
windows: vfdecrypt.exe -i <dmg location> -o decrypt.dmg -k <key>

Downloads

Program Name Creator Credit GitHub Interface Windows (x86) Windows (x64) Mac OS X (Universal) Mac OS X (Intel) Mac OS X (PowerPC) Linux Installer (.deb) Linux Installer (.rpm) Linux (.tar.gz) Haiku Solaris (x86) Solaris (x64) Solaris (SPARC) Solaris (PowerPC)
DMG Decrypter MCTD81 None None GUI No No No DMG Decrypter Blog No No No No No No No No No
iDecrypt Bennyboi None None GUI FileDen HTTP
MediaFire HTTP
Use 32-bit version. No FileDen HTTP No No No No No No No No No
iDecryptIt Balloonhead66 VFDecrypt None GUI No No No No No No No No No No No No No
iDecrypter Fallensn0w VFDecrypt fallensn0w's iDecrypter GUI GitHub HTTP Use 32-bit version. No No No No No No No No No No No
VFDecrypt Unknown http://lorenzo.yellowspace.net/corrupt-sparseimage.html dra1nerdrake's VFDecrypt CLI Google Code HTTP Use 32-bit version. No YellowSpace HTTP YellowSpace HTTP No No Google Code HTTP No No No No No