This Tool can decrypt and extract PS Vita, PSP or PS3 retail pkg.
It uses the PSP/PS3 AES key that is used to decrypt and extract PSP/PS3 retail pkg. However, no longer can Playstation Vita PKG over beta/retail 1.00+ be decrypted and extracted with the PSP AES key.
AES Keys used
Source
Download Multi PKG tool.exe
It uses the PSP/PS3 AES key that is used to decrypt and extract PSP/PS3 retail pkg. However, no longer can Playstation Vita PKG over beta/retail 1.00+ be decrypted and extracted with the PSP AES key.
AES Keys used
Code:
private byte[] PSPAesKey = new byte[16] {
0x07, 0xF2, 0xC6, 0x82, 0x90, 0xB5, 0x0D, 0x2C,
0x33, 0x81, 0x8D, 0x70, 0x9B, 0x60, 0xE6, 0x2B
private byte[] PS3AesKey = new byte[16] {
0x2E, 0x7B, 0x71, 0xD7, 0xC9, 0xC9, 0xA1, 0x4E,
0xA3, 0x22, 0x1F, 0x18, 0x88, 0x28, 0xB8, 0xF8
I would like to give a big, big, big thanks to Mathieulh, Because I used his AES Engine to decrypt PS3 retail pkg, without that it could have taken me way longer to make this tool.
Download Multi PKG tool.exe