Difference between revisions of "GenPass"

From The iPhone Wiki
Jump to: navigation, search
(Undo revision 22920 by Balloonhead66 (talk) My experience says that it's "S5L8930x." I invite you to try it yourself.)
m
Line 1: Line 1:
 
GenPass generates the VFDecrypt keys for the filesystem image of an iDevice. It requires either a decrypted restore or update ramdisk.
 
GenPass generates the VFDecrypt keys for the filesystem image of an iDevice. It requires either a decrypted restore or update ramdisk.
   
  +
== Notices ==
Note: in the firmwares, the decryption happens in /usr/sbin/asr, which can be found on the ramdisk.
 
  +
* The decryption happens in <code>/usr/sbin/asr</code> in the decrypted ramdisk.
 
  +
* Mounting the decrypted ramdisk messes with the structure of the image rending GenPass's keys false.
NOTE: I've experienced that running genpass after you've mounted the decrypted ramdisk causes genpass to give a false key.
 
   
 
== GenPass Usage ==
 
== GenPass Usage ==
 
./genpass <platform> <ramdisk> <filesystem>
 
./genpass <platform> <ramdisk> <filesystem>
 
Platform is the applications processor (i.e.- [[S5L8900]]x, [[S5L8720]]x, [[S5L8920]]x, [[S5L8922]]x, [[S5L8930]]x, [[S5L8940]]x)
 
Platform is the applications processor (i.e.- [[S5L8900]]x, [[S5L8720]]x, [[S5L8920]]x, [[S5L8922]]x, [[S5L8930]]x, [[S5L8940]]x)
 
== Source ==
 
https://github.com/posixninja/genpass
 
   
 
== See also ==
 
== See also ==
 
* [[0rangefreeze]]
 
* [[0rangefreeze]]
  +
  +
== External Links ==
  +
* [https://github.com/posixninja/genpass Source]
   
 
[[Category:VFDecrypt]]
 
[[Category:VFDecrypt]]

Revision as of 23:13, 20 June 2012

GenPass generates the VFDecrypt keys for the filesystem image of an iDevice. It requires either a decrypted restore or update ramdisk.

Notices

  • The decryption happens in /usr/sbin/asr in the decrypted ramdisk.
  • Mounting the decrypted ramdisk messes with the structure of the image rending GenPass's keys false.

GenPass Usage

./genpass <platform> <ramdisk> <filesystem>

Platform is the applications processor (i.e.- S5L8900x, S5L8720x, S5L8920x, S5L8922x, S5L8930x, S5L8940x)

See also

External Links