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 (Replaced author with user page link.)
m
Line 1: Line 1:
 
{{Infobox homebrew
 
{{Infobox homebrew
 
| title      = wc24decrypt
 
| title      = wc24decrypt
| desc        = Download and decrypt WC24 content files
 
 
| type        = pc utility
 
| type        = pc utility
 
| author      = [[User:Yellows8|Yellows8]]
 
| author      = [[User:Yellows8|Yellows8]]
Line 8: Line 7:
 
| source      = http://wmb-asm.googlecode.com/svn/trunk/wc24decrypt/ SVN
 
| source      = http://wmb-asm.googlecode.com/svn/trunk/wc24decrypt/ SVN
 
}}
 
}}
 
+
'''wc24decrypt''' by yellowstar6 is a utility to decrypt WC24 files, either from locally,(HD ect) or from the servers.
== README ==
 
 
 
wc24decrypt v1.0 by yellowstar6. This is a utility to decrypt WC24 files, either from locally,(HD ect) or from the servers.
 
  
 
Help shown when run without params:
 
Help shown when run without params:
Line 22: Line 18:
 
The content.bin filename can be a http(s) URL to download and decrypt.
 
The content.bin filename can be a http(s) URL to download and decrypt.
  
Source is available on SVN at http://wmb-asm.googlecode.com/svn/trunk/wc24decrypt/
+
== Credits ==
 
 
Credits:
 
  
 
Mike Scott for his rijndeal.c
 
Mike Scott for his rijndeal.c

Revision as of 19:38, 11 November 2009

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

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

Help shown when run without params:

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.