From d467b413db8061488e357034b35c23fcfcfeb266 Mon Sep 17 00:00:00 2001 From: David Korth Date: Sat, 20 Jun 2020 14:27:06 -0400 Subject: [PATCH] NEWS.md: Update wadresign details. --- NEWS.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index cdf9906..24ead2d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,9 +6,11 @@ New features: * GUI frontend written using the Qt Toolkit. * [Win32] Implemented the `query` command. * wadresign: Command line tool to recrypt and resign WAD files. - * Can read retail, Korean, debug, and early devkit WADs. - * Can create retail (fakesigned), Korean (fakesigned), and debug - (realsigned) WAD files. + * Can decrypt WADs using any key: retail, Korean, debug + * Can encrypt WADs using any key. The resulting WAD will be fakesigned if + encrypting for retail or Korean, or realsigned if encrypting for debug. + * Both standard and BroadOn WAD format are supported for both input and + output. * **WARNING:** Use with caution if converting system titles for use on real hardware.