Keys: Difference between revisions
Jump to navigation
Jump to search
m (Removed protection from "Keys") |
Cfwprophet (talk | contribs) |
||
Line 34: | Line 34: | ||
0x07, 0xF2, 0xC6, 0x82, 0x90, 0xB5, 0x0D, 0x2C, | 0x07, 0xF2, 0xC6, 0x82, 0x90, 0xB5, 0x0D, 0x2C, | ||
0x33, 0x81, 0x8D, 0x70, 0x9B, 0x60, 0xE6, 0x2B | 0x33, 0x81, 0x8D, 0x70, 0x9B, 0x60, 0xE6, 0x2B | ||
}; | |||
===PSPIDStorageKey=== | |||
//PSP | |||
private byte[] PSPIDStorageKey = new byte[16] { | |||
0x47, 0x5E, 0x09, 0xF4, 0xA2, 0x37, 0xDA, 0x9B, | |||
0xEF, 0xFF, 0x3B, 0xC0, 0x77, 0x14, 0x3D, 0x8A | |||
}; | |||
===PSPSDHashKey1=== | |||
//PSP | |||
private byte[] PSPSDHashKey1 = new byte[16] { | |||
0x40, 0xE6, 0x53, 0x3F, 0x05, 0x11, 0x3A, 0x4E, | |||
0xA1, 0x4B, 0xDA, 0xD6, 0x72, 0x7C, 0x53, 0x4C | |||
}; | |||
===PSPSDHashKey2=== | |||
//PSP | |||
private byte[] PSPSDHashKey2 = new byte[16] { | |||
0xFA, 0xAA, 0x50, 0xEC, 0x2F, 0xDE, 0x54, 0x93, | |||
0xAD, 0x14, 0xB2, 0xCE, 0xA5, 0x30, 0x05, 0xDF | |||
}; | |||
===PSPSDHashKey3=== | |||
//PSP | |||
private byte[] PSPSDHashKey3 = new byte[16] { | |||
0x36, 0xA5, 0x3E, 0xAC, 0xC5, 0x26, 0x9E, 0xA3, | |||
0x83, 0xD9, 0xEC, 0x25, 0x6C, 0x48, 0x48, 0x72 | |||
}; | |||
===PSPSDHashKey4=== | |||
//PSP | |||
private byte[] PSPSDHashKey4 = new byte[16] { | |||
0xD8, 0xC0, 0xB0, 0xF3, 0x3E, 0x6B, 0x76, 0x85, | |||
0xFD, 0xFB, 0x4D, 0x7D, 0x45, 0x1E, 0x92, 0x03 | |||
}; | |||
===PSPSDHashKey5=== | |||
//PSP | |||
private byte[] PSPSDHashKey5 = new byte[16] { | |||
0xCB, 0x15, 0xF4, 0x07, 0xF9, 0x6A, 0x52, 0x3C, | |||
0x04, 0xB9, 0xB2, 0xEE, 0x5C, 0x53, 0xFA, 0x86 | |||
}; | |||
===PSPSDHashKey6=== | |||
//PSP | |||
private byte[] PSPSDHashKey6 = new byte[16] { | |||
0x70, 0x44, 0xA3, 0xAE, 0xEF, 0x5D, 0xA5, 0xF2, | |||
0x85, 0x7F, 0xF2, 0xD6, 0x94, 0xF5, 0x36, 0x3B | |||
}; | |||
===PSPSDHashKey7=== | |||
//PSP | |||
private byte[] PSPSDHashKey7 = new byte[16] { | |||
0xEC, 0x6D, 0x29, 0x59, 0x26, 0x35, 0xA5, 0x7F, | |||
0x97, 0x2A, 0x0D, 0xBC, 0xA3, 0x26, 0x33, 0x00 | |||
}; | }; | ||
Revision as of 06:57, 2 December 2014
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 | - | - |
NonVita
PSPAesKey
Also used on PS Vita for Beta <1.00 packages
//PSP private byte[] PSPAesKey = new byte[16] { 0x07, 0xF2, 0xC6, 0x82, 0x90, 0xB5, 0x0D, 0x2C, 0x33, 0x81, 0x8D, 0x70, 0x9B, 0x60, 0xE6, 0x2B };
PSPIDStorageKey
//PSP private byte[] PSPIDStorageKey = new byte[16] { 0x47, 0x5E, 0x09, 0xF4, 0xA2, 0x37, 0xDA, 0x9B, 0xEF, 0xFF, 0x3B, 0xC0, 0x77, 0x14, 0x3D, 0x8A };
PSPSDHashKey1
//PSP private byte[] PSPSDHashKey1 = new byte[16] { 0x40, 0xE6, 0x53, 0x3F, 0x05, 0x11, 0x3A, 0x4E, 0xA1, 0x4B, 0xDA, 0xD6, 0x72, 0x7C, 0x53, 0x4C };
PSPSDHashKey2
//PSP private byte[] PSPSDHashKey2 = new byte[16] { 0xFA, 0xAA, 0x50, 0xEC, 0x2F, 0xDE, 0x54, 0x93, 0xAD, 0x14, 0xB2, 0xCE, 0xA5, 0x30, 0x05, 0xDF };
PSPSDHashKey3
//PSP private byte[] PSPSDHashKey3 = new byte[16] { 0x36, 0xA5, 0x3E, 0xAC, 0xC5, 0x26, 0x9E, 0xA3, 0x83, 0xD9, 0xEC, 0x25, 0x6C, 0x48, 0x48, 0x72 };
PSPSDHashKey4
//PSP private byte[] PSPSDHashKey4 = new byte[16] { 0xD8, 0xC0, 0xB0, 0xF3, 0x3E, 0x6B, 0x76, 0x85, 0xFD, 0xFB, 0x4D, 0x7D, 0x45, 0x1E, 0x92, 0x03 };
PSPSDHashKey5
//PSP private byte[] PSPSDHashKey5 = new byte[16] { 0xCB, 0x15, 0xF4, 0x07, 0xF9, 0x6A, 0x52, 0x3C, 0x04, 0xB9, 0xB2, 0xEE, 0x5C, 0x53, 0xFA, 0x86 };
PSPSDHashKey6
//PSP private byte[] PSPSDHashKey6 = new byte[16] { 0x70, 0x44, 0xA3, 0xAE, 0xEF, 0x5D, 0xA5, 0xF2, 0x85, 0x7F, 0xF2, 0xD6, 0x94, 0xF5, 0x36, 0x3B };
PSPSDHashKey7
//PSP private byte[] PSPSDHashKey7 = new byte[16] { 0xEC, 0x6D, 0x29, 0x59, 0x26, 0x35, 0xA5, 0x7F, 0x97, 0x2A, 0x0D, 0xBC, 0xA3, 0x26, 0x33, 0x00 };
PS3AesKey
//PS3 private byte[] PS3AesKey = new byte[16] { 0x2E, 0x7B, 0x71, 0xD7, 0xC9, 0xC9, 0xA1, 0x4E, 0xA3, 0x22, 0x1F, 0x18, 0x88, 0x28, 0xB8, 0xF8 };