In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "Wc24decrypt"

From WiiBrew
Jump to navigation Jump to search
m (correct author name is already in the infobox)
m (Removed endian conversion credit since wc24decrypt SVN uses be32toh now.)
 
Line 22: Line 22:
  
 
Mike Scott for his rijndeal.c
 
Mike Scott for his rijndeal.c
 
SquidMan for his endian conversion function from update downloader
 
  
 
== Note ==
 
== Note ==
 
Requires wget for http, and optionally curl for https.
 
Requires wget for http, and optionally curl for https.

Latest revision as of 06:35, 18 October 2010

wc24decrypt
General
Author(s)Yellows8
TypePC utility
Version1.0
Links
Download
SVN Source

wc24decrypt is a utility to decrypt WC24 files, either from locally (HD ect) or from the servers.

Help shown when run without parameters:

Usage: wc24decrypt <content.bin> <decrypt.bin> <wc24pubk.mod>

The wc24pubk.mod can also by a 16 byte key. The mod/key filename can be excluded if the content is not encrypted. The content.bin filename can be a http(s) URL to download and decrypt.

Credits

Mike Scott for his rijndeal.c

Note

Requires wget for http, and optionally curl for https.