A tool that allows encrypting and decrypting binary JSON savefiles from PC version of the awesome game EDGE.
You need to install at least Python 3.6 to run this program.
Or just download the release for Windows so you don't need to install Python.
$ python savefile_editor.py
usage: savefile_editor.py [-h] [-r] [-v] [files [files ...]]
Encrypt and decrypt binary JSON savefiles from EDGE PC version.
positional arguments:
files the files to be encrypted or decrypted, output files are in
the same folder with input files
optional arguments:
-h, --help show this help message and exit
-r, --raw don't parse and prettify decrypted JSONs
-v, --version show program's version number and exit
The command line arguments are the same as above.
You can also directly drag files onto the executable to quickly encrypt / decrypt them.
pip install -r requirements_test.txt
python -m pytest
Feel free to submit an issue if you encounter any problems.