Following the Apollo Save Tool for PS4 updates, this weekend PlayStation 4 Scene developer bucanero shared via Twitter a Borderlands 3 PS4 Custom Save Game Decrypter Tool including a Currency dropper profile save, Eridium dropper profile save and Customization bank profile save confirming the decryption method will also be available in Apollo PS4 Save Tool.
Download: Borderlands 3 (CUSA07823) Decrypted PS4 Saves / Decrypted PS4 Saves Online Database (Web Version) / Apollo Saves: Apollo Save Tool Online Database GIT / ps3-save-decrypters-master.zip (includes PS4 also) / GIT
This comes proceeding the PS4 Crypto CoProcessor (CCP) Bug on SAMU Key Slots for Save Keys disclosed last winter, and those who would like to support his ongoing development work can do so via DParrino (Senza Codici) on Patreon or Bucanerodev (Marcelo Parrino) on PayPal.
From the PS4 Borderlands3 Decrypter repository: Borderlands 3 PS4 Save Decrypter
A tool to decrypt Borderlands 3 PS4 save-games (Profile and Saves).
USAGE:
Credits
This tool is based on the original CSave Editor by HackerSmacker.
From the PS4 RE Rev2 Decrypter repository: RE Revelations2 Decrypter
A tool to decrypt Resident Evil: Revelations 2 PS4 save-games.
USAGE:
Hashes
Note: this tool also updates the SHA1 integrity hash.
SHA1
Credits
This tool is based on the PS3 RE Revelations 2 Decrypter.
And from the original RE Revelations2 Decrypter repository: RE Revelations2 Decrypter
A tool to decrypt Resident Evil: Revelations 2 PS3 save-games.
USAGE:
Hashes
Note: this tool also updates the DWADD/SHA1 integrity hashes.
DWADD
SHA1
Credits
This tool is based (reversed) on the original RE Revelations 2 Decrypter by forjador123.
From Github.com: Add GTA 5 (PS4) custom decryption
Just updated a custom tool to decrypt PS4 Naughty Dog save-games (Last of Us, Uncharted 2, Uncharted 3) - thnx to illusion0002: NaughtyDog Decrypter
Notes: PS4 saves use the same Blowfish encryption and keys as PS3, including custom checksum hashes (CRC32 and SHA1 HMAC).
Added Apollo PS4 patch scripts to decrypt The Last of Us Remastered and Red Dead Redemption 2 save-games:
RDR2 AES ECB key:
A tool to fix checksum hashes on Dead Rising (PS4) save-games.
Credits
This tool is based on the Security Archive notes by Philymaster
Shin Megami Tensei V save decrypter & checksum hash tool (PS4)
Download: Borderlands 3 (CUSA07823) Decrypted PS4 Saves / Decrypted PS4 Saves Online Database (Web Version) / Apollo Saves: Apollo Save Tool Online Database GIT / ps3-save-decrypters-master.zip (includes PS4 also) / GIT
This comes proceeding the PS4 Crypto CoProcessor (CCP) Bug on SAMU Key Slots for Save Keys disclosed last winter, and those who would like to support his ongoing development work can do so via DParrino (Senza Codici) on Patreon or Bucanerodev (Marcelo Parrino) on PayPal.
From the PS4 Borderlands3 Decrypter repository: Borderlands 3 PS4 Save Decrypter
A tool to decrypt Borderlands 3 PS4 save-games (Profile and Saves).
USAGE:
Code:
./ps4-borderlands3-decrypter [option] filename
OPTIONS Explanation:
-d Decrypt File
-e Encrypt File
This tool is based on the original CSave Editor by HackerSmacker.
From the PS4 RE Rev2 Decrypter repository: RE Revelations2 Decrypter
A tool to decrypt Resident Evil: Revelations 2 PS4 save-games.
USAGE:
Code:
./re-revelations2-decrypter [option] filename
OPTIONS Explanation:
-d Decrypt File
-e Encrypt File
Note: this tool also updates the SHA1 integrity hash.
SHA1
Code:
[Update SHA1 for DATA.DAT (Required)]
set range:0x000020,0x1284BF
set [hash]:SHA1
write at 0x1284C0:[hash]
(SHA1 hash is stored as 5 DWord little-endian values)
This tool is based on the PS3 RE Revelations 2 Decrypter.
And from the original RE Revelations2 Decrypter repository: RE Revelations2 Decrypter
A tool to decrypt Resident Evil: Revelations 2 PS3 save-games.
USAGE:
Code:
./re-revelations2-decrypter [option] filename
OPTIONS Explanation:
-d Decrypt File
-e Encrypt File
Note: this tool also updates the DWADD/SHA1 integrity hashes.
DWADD
Code:
[Update DWADD for DATA0.DAT (Required)]
set [csum]:0
set [csum]:dwadd(0x000010,0x12758F)
write at 0x000008:[csum]
Code:
[Update SHA1 for DATA0.DAT (Required)]
set range:0x000010,0x12758F
set [hash]:SHA1
write at 0x127590:[hash]
This tool is based (reversed) on the original RE Revelations 2 Decrypter by forjador123.
From Github.com: Add GTA 5 (PS4) custom decryption
Code:
based on feedback by ChendoChap:
dec = aes_dec_ecb("ps4 gta v save key", &data[0x114], __builtin_bswap32(*(int*)&data[0x108])));
// ps4 key is apparently the same key as ps3?
if my comment is to be believed it's the same key as ps3 used?
aes encrypted blob starting at 0x114 with size as a big endian int at 0x108.
:memory.dat
[AES Decrypt memory.dat (Required)]
set [end]:read(0x108,4)
set range:0x000114,[end]+0x0113
DECRYPT aes_ecb(0x1685FFA38D010F0DFE661CF9B5572C500D802648DB37B9ED0F48C57342C022F5)
[AES Encrypt memory.dat (Required)]
set [end]:read(0x108,4)
set range:0x000114,[end]+0x0113
ENCRYPT aes_ecb(0x1685FFA38D010F0DFE661CF9B5572C500D802648DB37B9ED0F48C57342C022F5)
Notes: PS4 saves use the same Blowfish encryption and keys as PS3, including custom checksum hashes (CRC32 and SHA1 HMAC).
Added Apollo PS4 patch scripts to decrypt The Last of Us Remastered and Red Dead Redemption 2 save-games:
- TLoU: CUSA00552.savepatch
- RDR2: CUSA08519.savepatch
Code:
(SH[@2>r62%5+QKpy|g6
Code:
0x1685FFA38D010F0DFE661CF9B5572C500D802648DB37B9ED0F48C57342C022F5
- Release binaries
- PS4 RDR2 save decrypter + checksum fix
- PS4/PS3 GTA5 save decrypter + checksum fix
- PS4 Alien Isolation save checksum fixer
- PS3 Castlevania LOS 1 & 2 save checksum fixer
- Release binaries
- Metal Gear Solid 5: The Phantom Pain - This little tool also updates the MD5 checksum hash so save data remains valid. ️
- PS3 XOR key=0x1FBAB234
- PS4 XOR key=0x4131F8BE
- Metal Gear Solid 5: The Phantom Pain - This little tool also updates the MD5 checksum hash so save data remains valid. ️
A tool to fix checksum hashes on Dead Rising (PS4) save-games.
Credits
This tool is based on the Security Archive notes by Philymaster
- MGS5 TPP Decrypter - A tool to decrypt Metal Gear Solid V: The Phantom Pain PS3/PS4 save-games
Shin Megami Tensei V save decrypter & checksum hash tool (PS4)
- Shin Megami Tensei V PS4 Save Decrypter - A tool to decrypt Shin Megami Tensei V (SMT 5) PS4 save-games
- Shin Megami Tensei V Save Encryptor / Decryptor