Skip to content

Taiko no Tatsujin: Rhythm Festival (PC/XBOX/PS5) File Decryption Tool

License

Notifications You must be signed in to change notification settings

cainan-c/tns2tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taiko no Tatsujin: Rhythm Festival (PC/XBOX/PS5) File Decryption and Encryption Tool

Simple CLI program designed to decrypt and re-encrypt files for the "next-gen" ports of Taiko no Tatsujin: Rhythm Festival.
Credit to TraceEntertains for his work on decompiling and figuring out how this game handles encryption, along with writing the cryptography code this project relies on.

Usage:
  tns2tool.exe -e -inFile {file} [-gzip]   -> Encrypt the file (optionally compress with GZIP)
  tns2tool.exe -d -inFile {file} [-gzip]   -> Decrypt the file (optionally decompress with GZIP)
  tns2tool.exe -e -inPath {folder} [-gzip] -> Encrypt all files in the folder (optionally compress with GZIP)
  tns2tool.exe -d -inPath {folder} [-gzip] -> Decrypt all files in the folder (optionally decompress with GZIP)

About

Taiko no Tatsujin: Rhythm Festival (PC/XBOX/PS5) File Decryption Tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages