TaikoPythonTools/TaikoFumenEncryptDecrypt/README.md

15 lines
596 B
Markdown
Raw Permalink Normal View History

2024-04-03 00:38:00 +02:00
# Taiko no Tatsujin - Simple Fumen Encryption and Decryption Tools
2024-04-08 00:06:17 +02:00
Simple Python 3 script to allows you to quickly decrypt and decompress or re-compress and encrypt fumen files.
2024-04-03 00:38:00 +02:00
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.
2024-04-08 00:06:17 +02:00
Define your encryption key in `config.toml`