Petschko / RPG-Maker-MV-Decrypter

You can decrypt RPG-Maker-MV Resource Files with this project ~ If you don't wanna download it, you can use the Script on my HP:
https://petschko.org/tools/mv_decrypter/
MIT License
647 stars 107 forks source link

Can not find out the Key from rpg_core.js #20

Closed Aqqqq1234 closed 6 years ago

Aqqqq1234 commented 6 years ago

As you explained here(https://github.com/Petschko/RPG-Maker-MV-Decrypter/issues/19) how the get the key from rpg_core.js file. I opened rpg_core.js file in the workpad, use the search option (Ctrl+F) and search for "Decrypter.readEncryptionkey" in the file however, I get the result as this:

Decrypter.readEncryptionkey = function(){ this._encryptionKey = $dataSystem.encryptionKey.split(/(.{2})/).filter(Boolean);

So I could not get the key. And as you can understand I am not good with coding etc.

Note that I tried the system.json detection tool first.

Thank you in advance

Petschko commented 6 years ago

Hey, please send the rpg_core.js file, it seems, that the key is NOT in this file, but it should show a message instead of snipets of JS code...

Petschko commented 6 years ago

Is this issue still open, if yes please send the rpg_core.js file, so that I can figure out whats happening there

Petschko commented 5 years ago

People can detect the code their self by adding this code https://github.com/Petschko/RPG-Maker-MV-Decrypter/blob/master/readKeyFromGame.js to the very end of the rpg_core.js

Lately more and more games try to obfuscate the Encryption-Code, this is a way how we hack ourselfs into the game and can retrieve the key at the decryption method, so no matter how much its obfuscated, the code will be shown