The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "VFDecrypt"
(some syntax infos) |
m |
||
Line 2: | Line 2: | ||
== Usage == |
== Usage == |
||
− | + | 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>. |
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>. |
||
Revision as of 00:33, 14 June 2012
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
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. -kf43e...
for the key that starts with f43e...
.
Downloads
- DMG Decrypter
- Creator: MCTD81
- Interface: Template:Wp
- Download: Mac OS X
- iDecrypt
- Creator: Bennyboi
- Interface: Template:Wp
- Download Windows: FileDen Mediafire Megaupload
- Download Mac OS X: FileDen, Mediafire, Megaupload
- iDecryptIt
- Creator: balloonhead66
- Credit: VFDecrypt, fallensn0w, sn0wbreeze
- Interface: Template:Wp
- Source Code: SourceForge
- Download: Windows
- VFDecrypt
- Creator unknown
- Credit: YellowSpace
- Interface: Template:Wp
- Source Code: Google Code Linux, Google Code Intel Mac
- Download: Windows, Mac OS X Universal, Mac OS X Intel, Mac OS X Power PC