The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "VFDecrypt"
m (update) |
m |
||
Line 1: | Line 1: | ||
− | '''VFDecrypt''' ( |
+ | '''VFDecrypt'''<!-- (vee ef diːˈkrɪpt) --> 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]]. |
== Usage == |
== Usage == |
||
Linux: ./vfdecrypt -i<dmg location> -k<key> -o<out location>.dmg |
Linux: ./vfdecrypt -i<dmg location> -k<key> -o<out location>.dmg |
||
− | + | Windows: vfdecrypt -i<dmg location> -k<key> -o<out location>.dmg |
|
+ | |||
− | Windows: vfdecrypt "-i<dmg location>" -k<key> "-o<out location>.dmg" |
||
− | + | Each build is different. To get the syntax for your build, run the program with no arguments. Some builds require the parameters to be in the exact order as above (<code>-i-k-o</code>). Most builds require there be no space between the option and the parameter (i.e. <code>-kf43e</code>, not <code>-k f43e</code>). |
|
== Downloads == |
== Downloads == |
||
* [[DMG Decrypter]] |
* [[DMG Decrypter]] |
||
** Creator: [[User:MCTD81|MCTD81]] |
** Creator: [[User:MCTD81|MCTD81]] |
||
− | ** Interface: [[Wikipedia:Graphical user interface|GUI]] |
+ | ** Interface: [[Wikipedia:Graphical user interface|GUI]]<!-- |
− | ** Download: [http://dmgdecrypter.blogspot.com/ |
+ | ** Download: [http://dmgdecrypter.blogspot.com/ OS X] (Multiupload is now a scam download site) --> |
* [[iDecrypt]] |
* [[iDecrypt]] |
||
** Creator: Bennyboi |
** Creator: Bennyboi |
||
** Interface: [[Wikipedia:Graphical user interface|GUI]] |
** Interface: [[Wikipedia:Graphical user interface|GUI]] |
||
− | ** Download |
+ | ** Download: [http://www.mediafire.com/?qkr5sf50ab10kqn Windows], [http://www.mediafire.com/?skqftcoo2k7uvfo OS X] |
− | ** Download Mac OS X: [http://www.mediafire.com/?skqftcoo2k7uvfo Mediafire] |
||
* [[iDecryptIt]] |
* [[iDecryptIt]] |
||
Line 26: | Line 25: | ||
** Download: [https://sourceforge.net/projects/idecryptit/files/8.x/iDecryptIt_8.00.0.2E47.zip/download Windows] |
** Download: [https://sourceforge.net/projects/idecryptit/files/8.x/iDecryptIt_8.00.0.2E47.zip/download Windows] |
||
− | * VFDecrypt |
+ | * VFDecrypt<!-- |
− | ** Creator |
+ | ** Creator: --> |
** Credit: [http://lorenzo.yellowspace.net/corrupt-sparseimage.html YellowSpace] |
** Credit: [http://lorenzo.yellowspace.net/corrupt-sparseimage.html YellowSpace] |
||
** Interface: [[Wikipedia:Command-line interface|CLI]] |
** Interface: [[Wikipedia:Command-line interface|CLI]] |
||
** Source Code: [http://iphone-elite.googlecode.com/files/vfdecrypt-linux.tar.gz Google Code Linux], [http://iphone-elite.googlecode.com/files/vfdecryptIM.zip Google Code Intel Mac] |
** Source Code: [http://iphone-elite.googlecode.com/files/vfdecrypt-linux.tar.gz Google Code Linux], [http://iphone-elite.googlecode.com/files/vfdecryptIM.zip Google Code Intel Mac] |
||
− | ** Download: [http://iphoneelite.googlecode.com/files/vfdecrypt.zip Windows], [http://lorenzo.yellowspace.net/vfdecrypt-binary-mactel.tgz |
+ | ** Download: [http://iphoneelite.googlecode.com/files/vfdecrypt.zip Windows], [http://lorenzo.yellowspace.net/vfdecrypt-binary-mactel.tgz OS X] ([http://lorenzo.yellowspace.net/vfdecrypt-binary-ppc.tgz Power PC]) |
[[Category:Decryption]] |
[[Category:Decryption]] |
Revision as of 17:05, 25 September 2014
VFDecrypt 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.
Usage
Linux: ./vfdecrypt -i<dmg location> -k<key> -o<out location>.dmg Windows: vfdecrypt -i<dmg location> -k<key> -o<out location>.dmg
Each build is different. To get the syntax for your build, run the program with no arguments. Some builds require the parameters to be in the exact order as above (-i-k-o
). Most builds require there be no space between the option and the parameter (i.e. -kf43e
, not -k f43e
).
Downloads
- iDecryptIt
- Creator: 5urd
- Credit: VFDecrypt
- Interface: GUI
- Source Code: SourceForge
- Download: Windows
- VFDecrypt
- Credit: YellowSpace
- Interface: CLI
- Source Code: Google Code Linux, Google Code Intel Mac
- Download: Windows, OS X (Power PC)