Cryptosystem: Difference between revisions
m Clarified unique properties |
|||
Line 8: | Line 8: | ||
The SBK is stored in [[Fuses#FUSE_PRIVATE_KEY|FUSE_PRIVATE_KEY]], which are locked to read out only FFs after the bootrom finishes. | The SBK is stored in [[Fuses#FUSE_PRIVATE_KEY|FUSE_PRIVATE_KEY]], which are locked to read out only FFs after the bootrom finishes. | ||
SBK | SBK is '''unique''' per console, and not shared among consoles as originally believed. | ||
The SSK is derived on boot via the SBK, the 32-bit console-unique "Device Key", and hardware information stored in fuses. | The SSK is derived on boot via the SBK, the 32-bit console-unique "Device Key", and hardware information stored in fuses. | ||
Line 219: | Line 219: | ||
The key-derivation is described in more detail [[Package1#Key_generation|here]]. | The key-derivation is described in more detail [[Package1#Key_generation|here]]. | ||
==== Keyblob ==== | |||
The keyblob is console unique, and changes with every bootloader update. | |||
==== Seeds ==== | ==== Seeds ==== |