Keys

From Vita Developer wiki
Revision as of 20:51, 10 June 2015 by Euss (talk | contribs)
Jump to navigation Jump to search


Usefull information

ID Storage Source and explanation: [1] Save Data Source: [2] Kirk Engine Source: [3]

Location

keyfiles should be placed in ~/.vita or %userprofile%\vitakeys

Naming

naming:

  • file prefix: pkg
  • file suffix: 092 103 105 106 150 151... etc.
  • key file (erk): %s-key-%s
  • iv file (riv): %s-iv-%s
  • ctype file (curvetype): %s-ctype-%s
  • pub file (public): %s-pub-%s
  • priv file (private): %s-priv-%s

PS Vita Keys

These are the PS Vita Keys.

PSP2 Keys

Type Version Length PSP2 Key Notes
Game PKG Beta/Retail (<1.00) 0x10 07F2C68290B50D2C33818D709B60E62B It's the PSP AES PKG Key (It's on the net, i did't found it)
Game PKG (1.00+) 0x10 - -

PSP2AesKey

//PSP2
private byte[] PSP2AesKey = new byte[16] {
0x07, 0xF2, 0xC6, 0x82, 0x90, 0xB5, 0x0D, 0x2C, 0x33, 0x81, 0x8D, 0x70, 0x9B, 0x60, 0xE6, 0x2B
// Also used on PS Vita for Beta <1.00 packages
};