Difference between revisions of "Seczone"

From The iPhone Wiki
Jump to: navigation, search
(Layout)
Line 6: Line 6:
 
0xB00--IMEI
 
0xB00--IMEI
 
0xC00--Locks table
 
0xC00--Locks table
  +
  +
The locks table is identical for every device.
   
 
==Encryption==
 
==Encryption==
Many of the sections are encrypted using TEA based off the CHIPID and NORID. See [[NCK Brute Force]] for more info.
+
Many of the sections are encrypted using TEA based off the hashed chipID and/or norID. See [[NCK Brute Force]] for more info.
  +
  +
[[Category:Baseband]]

Revision as of 18:09, 9 August 2010

This is the area in the baseband where the lock state is stored.

Layout

0x400--NCK token
0xA00--IMEI signature
0xB00--IMEI
0xC00--Locks table

The locks table is identical for every device.

Encryption

Many of the sections are encrypted using TEA based off the hashed chipID and/or norID. See NCK Brute Force for more info.