Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/VitaSmith/cdecrypt
Decrypt Wii U NUS content — Forked from: https://code.google.com/archive/p/cdecrypt/
https://github.com/VitaSmith/cdecrypt
aes cemu decryption linux macos sha1sum wiiu wiiu-emulation wiiu-hacking windows
Last synced: 5 days ago
JSON representation
Decrypt Wii U NUS content — Forked from: https://code.google.com/archive/p/cdecrypt/
- Host: GitHub
- URL: https://github.com/VitaSmith/cdecrypt
- Owner: VitaSmith
- License: other
- Created: 2020-12-04T11:15:57.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T18:00:43.000Z (over 1 year ago)
- Last Synced: 2024-08-02T11:15:31.251Z (3 months ago)
- Topics: aes, cemu, decryption, linux, macos, sha1sum, wiiu, wiiu-emulation, wiiu-hacking, windows
- Language: C
- Homepage:
- Size: 145 KB
- Stars: 321
- Watchers: 8
- Forks: 24
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# CDecrypt
[![Windows Build](https://img.shields.io/github/actions/workflow/status/VitaSmith/cdecrypt/windows.yml?style=flat-square&label=Windows%20Build)](https://github.com/VitaSmith/cdecrypt/actions/workflows/windows.yml)
[![Linux Build](https://img.shields.io/github/actions/workflow/status/VitaSmith/cdecrypt/linux.yml?style=flat-square&label=Linux%20Build)](https://github.com/VitaSmith/cdecrypt/actions/workflows/linux.yml)
[![Github stats](https://img.shields.io/github/downloads/VitaSmith/cdecrypt/total.svg?style=flat-square)](https://github.com/VitaSmith/cdecrypt/releases)
[![Latest release](https://img.shields.io/github/release-pre/VitaSmith/cdecrypt?style=flat-square)](https://github.com/VitaSmith/cdecrypt/releases)### Description
A utility that decrypts Wii U NUS content files.
### Details
This is a fork of https://code.google.com/p/cdecrypt intended for modders who
want to explore or modify the content of the Wii U applications they own.Unlike other clones, this version of cdecrypt has **no** external dependencies
such as OpenSSL libraries and whatnot: A single executable file is all you need.
It also supports international characters, does not need to reside in the same
directory as the NUS content, and can be compiled for Linux or macOS.### Usage
```
cdecrypt []
```If only one parameter is specified, the content is extracted into the same
directory where the NUS files reside. If an existing file is provided as the
second parameter, it is ignored (to preserve compatibility with the previous
versions of CDecrypt). If the second parameter is not an existing file, then
it is used as the target directory to extract files in, with any intermediate
directories created if needed.Note that on Windows, you can drag and drop a directory/file directly onto
`cdecrypt.exe`.