15 lines
596 B
Markdown
Raw Normal View History

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