SealedKey: Difference between revisions

From PS4 Developer wiki
Jump to navigation Jump to search
(Created page with "{| class="wikitable" |- ! Type !! Offset !! Description |- | Magic || 0x0 || pfsSKKey |- | Version || 0x8 || 1 |- | AES IV || 0x10 || used to decrypt 0x20-0x40 |- | Sealed Key...")
 
(No difference)

Latest revision as of 22:54, 9 April 2016

Type Offset Description
Magic 0x0 pfsSKKey
Version 0x8 1
AES IV 0x10 used to decrypt 0x20-0x40
Sealed Key 0x20 size: 0x20, ecrypted using AES CFB 128
SHA 256 HMAC Digest 0x40 input 0-0x40

see here for keys