Difference between revisions of "VFDecrypt"

From The iPhone Wiki
Jump to: navigation, search
(whoops, that was the build)
m (Downloads)
Line 22: Line 22:
 
** Interface: {{wp|Graphical user interface|GUI}}
 
** Interface: {{wp|Graphical user interface|GUI}}
 
** Source Code: [http://idecryptit.svn.sourceforge.net/viewvc/idecryptit/ SourceForge]
 
** Source Code: [http://idecryptit.svn.sourceforge.net/viewvc/idecryptit/ SourceForge]
** Download: Windows ([http://sourceforge.net/projects/idecryptit/files/5.x/iDecryptIt_5.00.5.1G28.zip/download ZIP] or [http://sourceforge.net/projects/idecryptit/files/5.x/iDecryptIt_5.00.5.1G28.exe/download EXE])
+
** Download: [http://sourceforge.net/projects/idecryptit/files/5.x/iDecryptIt_5.00.6.1H35.zip/download Windows]
   
 
* VFDecrypt
 
* VFDecrypt

Revision as of 21:58, 24 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