Difference between revisions of "Wc24decrypt"
Jump to navigation
Jump to search
(wc24decrypt: download and decrypt WC24 content files) |
m (Removed endian conversion credit since wc24decrypt SVN uses be32toh now.) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{lowercase title}} | ||
{{Infobox homebrew | {{Infobox homebrew | ||
| title = wc24decrypt | | title = wc24decrypt | ||
− | |||
| type = pc utility | | type = pc utility | ||
− | | author = Yellows8 | + | | author = [[User:Yellows8|Yellows8]] |
| version = 1.0 | | version = 1.0 | ||
| download = http://code.google.com/p/wmb-asm/downloads/list | | download = http://code.google.com/p/wmb-asm/downloads/list | ||
| source = http://wmb-asm.googlecode.com/svn/trunk/wc24decrypt/ SVN | | source = http://wmb-asm.googlecode.com/svn/trunk/wc24decrypt/ SVN | ||
}} | }} | ||
+ | '''wc24decrypt''' is a utility to decrypt WC24 files, either from locally (HD ect) or from the servers. | ||
− | + | Help shown when run without parameters: | |
− | |||
− | |||
− | |||
− | Help shown when run without | ||
Usage: | Usage: | ||
Line 22: | Line 19: | ||
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. | ||
− | + | == Credits == | |
− | |||
− | Credits | ||
Mike Scott for his rijndeal.c | Mike Scott for his rijndeal.c |
Latest revision as of 06:35, 18 October 2010
wc24decrypt | |
General | |
---|---|
Author(s) | Yellows8 |
Type | PC utility |
Version | 1.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.