mirror of
https://github.com/cainan-c/TaikoPythonTools.git
synced 2024-11-12 01:30:46 +01:00
15 lines
596 B
Markdown
15 lines
596 B
Markdown
# Taiko no Tatsujin - Simple Fumen Encryption and Decryption Tools
|
|
|
|
Simple Python 3 script to allows you to quickly decrypt and decompress or re-compress and encrypt fumen files.
|
|
Needed for some newer Taiko no Tatsujin titles.
|
|
|
|
Usage: Drag and Drop your Fumen files on `dec.py` to decrypt them
|
|
Decrypted Files will be output in a folder called `decrypted`
|
|
Or
|
|
Drag and Drop your Fumen files on `enc.py` to encrypt them
|
|
Encrypted files will be output in a folder called `encrypted`
|
|
|
|
No Encryption keys will be provided with this tool.
|
|
|
|
Define your encryption key in `config.toml`
|