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) |
(update dead google code links) |
||
(18 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | '''VFDecrypt''' ( |
+ | '''VFDecrypt'''<!-- (vee ef diːˈkrɪpt) --> ("VileFault Decrypt") 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]]. The original program was written by Jacob Appelbaum (ioerror) and released at 23c3 2006.<ref>https://media.ccc.de/v/23C3-1642-en-unlocking_filevault</ref><ref>https://web.archive.org/web/20110727132510/http://crypto.nsa.org/vilefault/</ref> |
== Usage == |
== Usage == |
||
+ | To get the syntax for your build, run the program with no arguments. Different implementations of VFDecrypt have different rules about the flags. Some builds require the parameters to be in the exact order of <code>-iinput.dmg -kabcdef… -ooutput.dmg</code>. Most builds require there be no space between the option and the parameter (i.e. <code>-kf43e</code>, not <code>-k f43e</code>). |
||
− | Mac: ./vfdecrypt -i <dmg location> -k <key> -o decrypt.dmg |
||
− | Windows: vfdecrypt -i <dmg location> -k <key> -o decrypt.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>. |
||
== Downloads == |
== Downloads == |
||
* [[DMG Decrypter]] |
* [[DMG Decrypter]] |
||
** Creator: [[User:MCTD81|MCTD81]] |
** Creator: [[User:MCTD81|MCTD81]] |
||
− | ** Interface: |
+ | ** 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: |
+ | ** 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.fileden.com/files/2010/8/15/2942501//iDecrypt-Mac-build91-bennyyboi.zip FileDen], [http://www.mediafire.com/?skqftcoo2k7uvfo Mediafire], [http://www.megaupload.com/?d=7SEMLI92 Megaupload] |
||
* [[iDecryptIt]] |
* [[iDecryptIt]] |
||
− | ** Creator: [[User: |
+ | ** Creator: [[User:5urd|5urd]] |
− | ** Credit: VFDecrypt |
+ | ** Credit: VFDecrypt |
− | ** Interface: |
+ | ** Interface: [[Wikipedia:Graphical user interface|GUI]] |
− | ** Source Code: [ |
+ | ** Source Code: [https://sourceforge.net/p/idecryptit/code/HEAD/tree/trunk/ SourceForge] |
− | ** Download: [http://sourceforge.net/projects/idecryptit/files/ |
+ | ** Download: [http://sourceforge.net/projects/idecryptit/files/9.x/iDecryptIt_9.31.0.2G86.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: |
+ | ** Interface: [[Wikipedia:Command-line interface|CLI]] |
− | ** Source Code: [ |
+ | ** Source Code: [https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/iphone-elite/vfdecrypt-linux.tar.gz Google Code Linux], [https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/iphone-elite/vfdecryptIM.zip Google Code Intel Mac] |
− | ** Download: [ |
+ | ** Download: [https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/iphoneelite/vfdecrypt.zip Windows], [http://lorenzo.yellowspace.net/vfdecrypt-binary-mactel.tgz OS X] ([http://lorenzo.yellowspace.net/vfdecrypt-binary-ppc.tgz Power PC]) |
+ | == References == |
||
− | [[Category:VFDecrypt]] |
||
+ | <references/> |
||
+ | |||
+ | [[Category:Decryption]] |
||
[[Category:Hacking Software]] |
[[Category:Hacking Software]] |
Latest revision as of 12:09, 26 December 2017
VFDecrypt ("VileFault Decrypt") 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. The original program was written by Jacob Appelbaum (ioerror) and released at 23c3 2006.[1][2]
Usage
To get the syntax for your build, run the program with no arguments. Different implementations of VFDecrypt have different rules about the flags. Some builds require the parameters to be in the exact order of -iinput.dmg -kabcdef… -ooutput.dmg
. 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)