ps4tools
ps4tools copied to clipboard
Trophy vs Save files
Just a quick question, do save files use the same encryption/decryption algorithm and keys as the trophies? It'd be more useful if you can have access to raw save files and encrypt them back.
We got the pfsSKKey
within the .bin
file of the exported saves and the encrypted data file without the file extension. I can provide some sample files if needed. AFAIK people were selling this as a feature so it's do able, but I can't find a dump or target file to reverse with.
Edit: I looked into 1.76 kernel and noticed a sceSblSsDecryptSealedKey()
call. Seems it's AES-CBC-CFB 128
?
Thanks!