- Aug 5, 2016
- 434
- 829
Got annoyed by RoundScape Adorevia encrypted assets and implemented this stuff in C#. Maybe you will find this useful.
Apparently "encryption" used by rpgmaker MV is just 16 bytes of header and encryption of first 16 bytes of data. File format is always png so extension is known.
Encyption key you can find by opening index.html in browser and checking $dataSystem.encryptionKey in DOM storage explorer.
Apparently "encryption" used by rpgmaker MV is just 16 bytes of header and encryption of first 16 bytes of data. File format is always png so extension is known.
Encyption key you can find by opening index.html in browser and checking $dataSystem.encryptionKey in DOM storage explorer.
You must be registered to see the links