Encrypt/decrypt setting.txt.
Go to file
2024-01-22 08:16:21 +00:00
LICENSE Initial commit 2024-01-22 08:06:11 +00:00
README.md create a proper readme 2024-01-22 08:16:21 +00:00
settingcrypt.py upload settingcrypt.py 2024-01-22 08:07:37 +00:00

settingcrypt

linting: pylint license: MIT

Encrypt/decrypt setting.txt.

Basically, it's an interactive Python version of the setting.txt encryption code from Wiibrew.

Usage

settingcrypt.py INPUT_FILE OUTPUT_FILE

File related parameters may be substituted with - to use stdin/stdout.

Example:

settingcrypt.py setting.txt -

This will output a (de)crypted setting.txt to stdout.

Credit

Most of this is based on encryption code from Wiibrew. The rest is by me.

Of course, this is licensed under MIT, but if you do end up using this, credit would be much appreciated. 🙂