VFDecrypt

From The iPhone Wiki
Revision as of 22:40, 21 July 2012 by 5urd (talk | contribs) (Downloads)
Jump to: navigation, search

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