VFDecrypt

From The iPhone Wiki
Revision as of 22:08, 21 August 2011 by Http (talk | contribs) (Downloads: compacted a bit, removed useless wp links, cleanup)
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

mac: ./vfdecrypt -i <dmg location> -o decrypt.dmg -k <key>
windows: vfdecrypt -i <dmg location> -o decrypt.dmg -k <key>

Downloads