Difference between revisions of "VFDecrypt"

From The iPhone Wiki
Jump to: navigation, search
m (Downloads)
m (Downloads)
Line 28: Line 28:
 
** Credit: [http://lorenzo.yellowspace.net/corrupt-sparseimage.html YellowSpace]
 
** Credit: [http://lorenzo.yellowspace.net/corrupt-sparseimage.html YellowSpace]
 
** Interface: {{wp|Command-line interface|CLI}}
 
** Interface: {{wp|Command-line interface|CLI}}
** Source Code: [http://github.com/dra1nerdrake/VFDecrypt GitHub], [http://iphone-elite.googlecode.com/files/vfdecrypt-linux.tar.gz Google Code]
+
** Source Code: [http://iphone-elite.googlecode.com/files/vfdecrypt-linux.tar.gz Google Code Linux], [http://iphone-elite.googlecode.com/files/vfdecrypt.zip Google Code Windows], [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://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]
   

Revision as of 02:51, 23 September 2011

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

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

Downloads