From 2708819706985ba6315f9b34511262b33e84683b Mon Sep 17 00:00:00 2001 From: Ian Skinner <56081713+IanSkinner1982@users.noreply.github.com> Date: Tue, 20 Dec 2022 09:25:00 -0500 Subject: [PATCH] Update decrypt_tad.py --- assets/dsi/decrypt_tad.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/dsi/decrypt_tad.py b/assets/dsi/decrypt_tad.py index 723ba86..59f4736 100644 --- a/assets/dsi/decrypt_tad.py +++ b/assets/dsi/decrypt_tad.py @@ -10,7 +10,7 @@ def generate_key(string): combine = key_hex + key_add return unhexlify(b"%032X" % combine) -dsi_common_key = generate_key(b"00000000000000000000000000000000") +dsi_common_key = generate_key(b"00000000000000000000000000000000") # This does not seem to change the result of the program. Or if it does then I've just witnessed the most impossible event ever, where 10 sets of programs make with and without the common key all had identical SHA-256 hashes, all ran fine, all had everything in romfs working, and all had correct header info. wii_debug_key = generate_key(b"904F39596012A4189D7ADB21B705EB99") def align(val): #Tads have 64-byte alignment between sections