SealedKey

From PS4 Developer wiki
Revision as of 22:54, 9 April 2016 by RonaldMacDonald (talk | contribs) (Created page with "{| class="wikitable" |- ! Type !! Offset !! Description |- | Magic || 0x0 || pfsSKKey |- | Version || 0x8 || 1 |- | AES IV || 0x10 || used to decrypt 0x20-0x40 |- | Sealed Key...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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