Skip to content

Decryption keys for iOS firmware components (iPad3,1 and iPhone4,1 included currently).

Notifications You must be signed in to change notification settings

102464/ios-decryption-keys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

iOS-decryption-keys

decryption keys for iOS firmwares (json format). Can be easily read by Python json module.

Usage:

  • Read iPad3,1 iOS9.1 DeviceTree key and IV
import json

keylist = json.load(open("firmware-keys-iPad3,1.json"))

devicetree_key = keylist['iPad3,1']['9.1']['keys']['devicetree']
devicetree_iv = keylist['iPad3,1']['9.1']['ivs']['devicetree']
print("Key: " + devicetree_key)
print(" IV: " + devicetree_iv)

About

Decryption keys for iOS firmware components (iPad3,1 and iPhone4,1 included currently).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published