UID key

From The iPhone Wiki
Revision as of 22:30, 26 August 2018 by ForestCorgi (talk | contribs) (Minor edits to wording and correction of the wrong version of "its")
Jump to: navigation, search

The UID key (device's unique ID key) is an AES 256-bit hardware key, unique to each iPhone. It is fused into the application processor during manufacturing. It was previously used to encrypt things in the NOR. In later iOS versions, it is used to encrypt the entire file system, so that the flash chips cannot moved to another device and read out there again. On the S5L8960 and later, the SEP has its own UID in its own AES engine, and that UID is the one used to encrypt the filesystem on iOS. On the S8000 and S8003 and later, the chip securely generates the UID for the device which is then used to encrypt the whole filesystem.

Apple says about this key:
"The UID is unique to each device and is not recorded by Apple or any of its suppliers."
and also
"The UID is not related to any other identifier on the device."

See also: GID Key.

References