malcolmalbie

Active Member
Oct 8, 2018
873
1,956
298
Holy shit, the dectyption key works, I acquired all of the audio/bgm tracks.

To make sure this works for the next game updates, please explain how did you acquire the decryption key?
Used to deobfuscate rpg_core.js (iirc) which contains the decryption key (which has been showDefault:eval for some time), then did
Code:
cat data/System.json | base64 -d | openssl enc -d -aes-256-cbc -md md5 -k "put decryption key here" | jq -r '.encryptionKey'
 

Shovelbutt

New Member
Nov 6, 2025
2
0
1
Used to deobfuscate rpg_core.js (iirc) which contains the decryption key (which has been showDefault:eval for some time), then did
Code:
cat data/System.json | base64 -d | openssl enc -d -aes-256-cbc -md md5 -k "put decryption key here" | jq -r '.encryptionKey'
Would you know how to open the game itself in the RPG Maker MZ editor? The json files don't seem to be encrypted but when I try opening it in the editor it's completely blank. Like the files don't exist at all. Is there anyway around that?
 
3.50 star(s) 11 Votes