Editing Keys
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 50: | Line 50: | ||
<pre> | <pre> | ||
BC660611A70BD7F2D140A48215C096D11D2D4112 | |||
F0E9379AC4E0D387C542D091349DD15169DD5A87 | |||
</pre> | </pre> | ||
=== PSP Kirk commands 4/7 AES128CBC Keys === | === PSP Kirk commands 4/7 AES128CBC Keys === | ||
Line 656: | Line 657: | ||
=== Spock Master Key (Spock command 9) === | === Spock Master Key (Spock command 9) === | ||
private byte[] PSPSpockMasterKey = new byte[16] { | |||
0x9F, 0x46, 0xF9, 0xFC, 0xFA, 0xB2, 0xAD, 0x05, 0x69, 0xF6, 0x88, 0xD8, 0x79, 0x4B, 0x92, 0xBA | |||
}; | |||
* Located in Kicho & Dencho | * Located in Kicho & Dencho | ||
== PSP IdStorage Keys == | == PSP IdStorage Keys == | ||
Line 674: | Line 667: | ||
=== PSP Fuse KeyGen Master Key === | === PSP Fuse KeyGen Master Key === | ||
//PSP Kirk commands 16 and 18 master key, also used for UMD Keys decryption | |||
private byte[] PSPIDStorageKey = new byte[16] { | |||
0x47, 0x5E, 0x09, 0xF4, 0xA2, 0x37, 0xDA, 0x9B, 0xEF, 0xFF, 0x3B, 0xC0, 0x77, 0x14, 0x3D, 0x8A | |||
}; | |||
* Located in Kicho & Dencho | * Located in Kicho & Dencho | ||
=== PSP IdStorage Certificates ECDSA Public Keys === | === PSP IdStorage Certificates ECDSA Public Keys === | ||
Line 928: | Line 922: | ||
public static final int[] drmkeys_6XX_1 = {0x36, 0xEF, 0x82, 0x4E, 0x74, 0xFB, 0x17, 0x5B, 0x14, 0x14, 0x05, 0xF3, 0xB3, 0x8A, 0x76, 0x18}; | public static final int[] drmkeys_6XX_1 = {0x36, 0xEF, 0x82, 0x4E, 0x74, 0xFB, 0x17, 0x5B, 0x14, 0x14, 0x05, 0xF3, 0xB3, 0x8A, 0x76, 0x18}; | ||
public static final int[] drmkeys_6XX_2 = {0x21, 0x52, 0x5D, 0x76, 0xF6, 0x81, 0x0F, 0x15, 0x2F, 0x4A, 0x40, 0x89, 0x63, 0xA0, 0x10, 0x55}; | public static final int[] drmkeys_6XX_2 = {0x21, 0x52, 0x5D, 0x76, 0xF6, 0x81, 0x0F, 0x15, 0x2F, 0x4A, 0x40, 0x89, 0x63, 0xA0, 0x10, 0x55}; | ||
== PRXDecrypter 144-byte Tag Keys == | == PRXDecrypter 144-byte Tag Keys == | ||
Line 4,931: | Line 4,924: | ||
See [https://www.psdevwiki.com/ps3/edit/Keys#NPDRM_Keys|NPDRM Keys on PS3 Dev Wiki]. | See [https://www.psdevwiki.com/ps3/edit/Keys#NPDRM_Keys|NPDRM Keys on PS3 Dev Wiki]. | ||
== Retail iplloader == | == Retail Lib-PSP iplloader == | ||
=== IPL header Kirk command 1 XOR keys === | === IPL header Kirk command 1 XOR keys === | ||
Line 4,972: | Line 4,965: | ||
</pre> | </pre> | ||
== 3.5.0 DTP-T1000 iplloader == | == 3.5.0 DTP-T1000 Lib-PSP iplloader == | ||
=== IPL header Kirk command 1 XOR key === | === IPL header Kirk command 1 XOR key === |