More actions
SED-PC | |
---|---|
General | |
Author | hgoel0974 |
Type | Save and Game Managers |
Version | 2 |
License | GPL-3.0 |
Last Updated | 2014/02/03 |
Links | |
Download | |
Website | |
Source | |
SED PC is a PC version of the PSP savedata encrypter/decrypter.
User guide
Usage:
sed -e [Input File] [PARAM.SFO] [Output File] [Game Key File] sed -d [Input File] [Output File] [Game Key File]
Where:
- '-e' tells it to encrypt, '-d' to decrypt.
- [Input File] is the file to encrypt or decrypt.
- [Output File] is the name of the file to save to.
- [PARAM.SFO] is the location of the PARAM.SFO file whose hashes should be updated (not really updated yet).
- [Game Key File] is the full path to the file which has the game key.
MSVCR110D.dll is missing:
- Try installing Microsoft Visual C++ Redistributable 2012 x86.
Screenshots
Credits
Thanks to:
- The team behind libkirk.
- The PPSSPP team for the sceChnnlsv implementation.
- Xian Nox for helping me out with formatting the code (and the awesome help info).
- Codestation for porting to linux.