The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "VFDecrypt"
(→Usage: add note about -k being -p sometimes) |
m |
||
Line 1: | Line 1: | ||
− | '''VFDecrypt''' (vi ɛf dēˈkript) is a program originally intended to decrypt [[wikipedia:FileVault|FileVault]]-encrypted images. It is capable of decrypting the filesystem image of [[iOS]], with [[ |
+ | '''VFDecrypt''' (vi ɛf dēˈkript) is a program originally intended to decrypt [[wikipedia:FileVault|FileVault]]-encrypted images. It is capable of decrypting the filesystem image of [[iOS]], with [[Firmware Keys|the appropriate key]]. |
== Usage == |
== Usage == |
Revision as of 17:35, 20 August 2013
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"
-k
may also be -p
on some builds. 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
- iDecryptIt
- Creator: 5urd
- Credit: VFDecrypt, sn0wbreeze
- Interface: GUI
- Source Code: SourceForge
- Download: Windows
- VFDecrypt
- Creator unknown
- Credit: YellowSpace
- Interface: CLI
- Source Code: Google Code Linux, Google Code Intel Mac
- Download: Windows, Mac OS X Intel, Mac OS X Power PC