Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

psvdec (formerly psvcdc)

Screenshot

A Python program that helps with PS Vita content (games, updates, DLCs) decryption.

Download

Check out the latest release page.

Installation & Usage

Installation

You need to have Python installed.

FOR WINDOWS: You have to install Visual C++ Redistributables in order to run psvpfsparser which is required by psvdec to work properly.

Clone the repository and install required modules:

git clone https://github.com/rreha/psvdec
cd psvdec
pip install -r ./requirements.txt

Usage

python main.py [inputs ...] [options]
Argument Description
[inputs ...] One or more PS Vita .pkg files or extracted folders (app, patch, addcont)
-o / --out Specify a custom output directory for the decrypted content (default: ./Decrypted)
--no-eboot Disable eboot.bin decryption
--update-db Force the script to download the latest zRIF databases from NoPayStation
-h, --help Show the help message

Binary Sources

psvpfsparser

Windows and Ubuntu binaries were taken from the psvpfstools release.
The MacOS binaries were built by me using my psvpfstools fork.

Credits

Contributors of NoPayStation for NoPayStation.
st4rk for PkgDecrypt.
motoharu-gosoto for psvpfstools.
uyjulian for the fork of psvpfstools.
Team Molecule for the sceutils.
mathieulh for the sceutils fork with proper keys.
Yoti for the fixed fork of mathieulh's sceutils fork.

About

A Python program that helps with PS Vita content (games, updates, DLCs) decryption.

Topics

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages