More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox Wii Homebrews | {{Infobox Wii Homebrews | ||
|title=wc24decrypt | |title=wc24decrypt | ||
|image= | |image=wc24decryptwii2.png | ||
|description=Download and decrypt WC24 content files. | |description=Download and decrypt WC24 content files. | ||
|author=Yellows8 | |author=Yellows8 (yellowstar6) | ||
|lastupdated=2009/11/09 | |lastupdated=2009/11/09 | ||
|type=PC utilities | |type=PC utilities | ||
|version=1.0 | |version=1.0 | ||
|license= | |license=MIT | ||
|download=https://dlhb.gamebrew.org/wiihomebrews/wc24decryptwii.7z | |download=https://dlhb.gamebrew.org/wiihomebrews/wc24decryptwii.7z | ||
|source=https://code.google.com/archive/p/wmb-asm/ | |source=https://code.google.com/archive/p/wmb-asm/ | ||
}} | }} | ||
An utility fir Windows and Linux that can decrypt WC24 files, either from locally (HD ect) or from the servers. | |||
''' | '''Note:''' Requires wget for http, and optionally curl for https. | ||
==User guide== | |||
Help shown when run without parameters: | Help shown when run without parameters: | ||
wc24decrypt <content.bin> <decrypt.bin> <wc24pubk.mod> | |||
*The wc24pubk.mod can also by a 16 byte key. | *The wc24pubk.mod can also by a 16 byte key. | ||
*The mod/key filename can be excluded if the content is not encrypted. | *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. | *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. | ||
==External links== | ==External links== | ||
* Google Code - https://code.google.com/archive/p/wmb-asm/ | |||
* Google | * WiiBrew - https://wiibrew.org/wiki/Wc24decrypt |
Revision as of 06:17, 29 March 2023
wc24decrypt | |
---|---|
General | |
Author | Yellows8 (yellowstar6) |
Type | PC utilities |
Version | 1.0 |
License | MIT License |
Last Updated | 2009/11/09 |
Links | |
Download | |
Source | |
An utility fir Windows and Linux that can decrypt WC24 files, either from locally (HD ect) or from the servers.
Note: Requires wget for http, and optionally curl for https.
User guide
Help shown when run without parameters:
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.
External links
- Google Code - https://code.google.com/archive/p/wmb-asm/
- WiiBrew - https://wiibrew.org/wiki/Wc24decrypt