Nathan_r32_69 is back with a bunch of SPKG/PKG-creating/decrypting tools after a short hiatus


Nathan_r32_69 has returned from a short break to release a compilation of tools that are designed to allow decryption/creation of SPKGs/PKGs.

For more information on the tools, read below:

Quote Originally Posted by Nathan_r32_69
After being inactive for a while because I had a problem, finally i finished to create and fix my personal tools for PKG/SPKG

This tools are based on failoverflow's tools, but with support for spkg files on CFW 4.XX, for for example, install a PUP directly from XMB or avoid to do a downgrade to 3.55 to install

A spkg file contains header/metadata for that pkg who has his name, PS3 on +3.56 checks his header/metadata for matching, if not fails and can't install
On FW 3.55 and below is not necessary that spkg files

Minimum Requirements

Patched spu_pkg_rvk_verifier (disable ecdsa check)
Have spkg files on your ".ps3" folder

Features

spkg.exe - This tool creates a spkg file from a pkg file
unspkg.exe - This tool decrypts spkg files (*.spkg_hdr.1)
new_pkg.exe - The tool creates a pkg file and simultaneously a spkg file, the last one is compatible with the first one
new_unpkg.exe - This tool decrypts a pkg file and exports his decrypted header/metadata

spkg.exe
Code:
usage: spkg [filename.pkg]
unspkg.exe
Code:
usage: unspkg filename.spkg output
new_pkg.exe
Code:
usage: new_pkg [key suffix] [contents] [filename.pkg]
new_unpkg.exe
Code:
usage: new_unpkg [-s] filename.pkg target
Thanks to Team failoverflow for the initial tools
Thanks to Abkarino
Thanks to Rogero, samkorg and santi1403 for testing out the tools
NEWS SOURCE: [TOOLS] PKG/SPKG Tools - PSX-Scene

DOWNLOAD LINK: PKG/SPKG Tools - RGHost (Nathan_r32_69)