This Tool can decrypt and extract Playstation Vita, Playstation Portable or Playstation 3 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
I would like to give a big, big, big thanks to Mathieulh, Because I used his AES Engine to decrypt PS3 retail pkg, With out that it could have taken me way longer to make this tool
Source PSX Scene
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
Source PSX Scene
Download Multi PKG tool.exe