More actions
(Created page with "{{#seo: |title=Wii Homebrew PC Tools (PC utilities) - GameBrew |title_mode=append |image=wii-logo.jpg |image_alt=wc24decrypt }} {{Infobox Wii Homebrews |title=wc24decrypt |ima...") |
No edit summary |
||
Line 15: | Line 15: | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/wiihomebrews/wc24decryptwii.7z | |download=https://dlhb.gamebrew.org/wiihomebrews/wc24decryptwii.7z | ||
|website= | |website= | ||
|source= | |source=https://code.google.com/archive/p/wmb-asm/ | ||
}} | }} | ||
'''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. | |||
== Note == | |||
Requires wget for http, and optionally curl for https. | |||
== Credits == | |||
Mike Scott for his rijndeal.c | |||
==External links== | |||
* Wiibrew - https://wiibrew.org/wiki/Wc24decrypt | |||
* Google Source - https://code.google.com/archive/p/wmb-asm/ |
Revision as of 04:36, 2 November 2022
wc24decrypt | |
---|---|
General | |
Author | Yellows8 |
Type | PC utilities |
Version | 1.0 |
License | Mixed |
Last Updated | 2009/11/09 |
Links | |
Download | |
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.
Note
Requires wget for http, and optionally curl for https.
Credits
Mike Scott for his rijndeal.c
External links
- Wiibrew - https://wiibrew.org/wiki/Wc24decrypt
- Google Source - https://code.google.com/archive/p/wmb-asm/