Skip to content

CDecrypt v3.0

Latest
Compare
Choose a tag to compare
@phacoxcll phacoxcll released this 13 Dec 02:08
· 1 commit to master since this release
e6d22d7

Internally it works almost the same as old version 2.0b by crediar but it differs in these aspects:

  • Remove the Wii U Common Keys from the code. Now need an external file named "keys.txt" where the first line must be the Wii U Common Key and optionally the second line must be the Wii U Common Dev Key.

  • Change the command line entry. Now instead of requiring the paths to the files "title.tmd" and "title.tik", requires the path to the NUS Content to decrypt and the path where you will place the decrypted content .

  • Now lets unpack (decrypt) a specific file, requires the path to the NUS Content to decrypt , the relative path with the name of the file to decrypt and the path where you will place the decrypted file .

  • Supports paths with non-ASCII characters.

  • Supports paths as large as the user's system allows.