From 6d980c94fd8766eeeb47c98626b20fff40e225a4 Mon Sep 17 00:00:00 2001 From: Icyelut Date: Mon, 11 Jan 2021 19:27:38 +0900 Subject: [PATCH 1/2] Fix typo in README that suggests a keyslot that doesn't exist Signed-off-by: Icyelut --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74178cf..6995586 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ This tool allows you to encrypt and decrypt your personally dumped NDS and N3DS You are! In fact, you may be asking, "Hey, what was that `keys.bin` you mentioned??". I'm glad you asked. It's used only for Nintendo 3DS and New 3DS files. Since some people don't like reading code, you need the 9 16-bit keys in little endian format (most common extraction methods produce big endian, so keep that in mind). It's recommended that you fill with 0x00 if you don't have access to a particular value so it doesn't mess up the read. They need to be in the following order: - Hardware constant -- KeyX0x10 +- KeyX0x18 - KeyX0x1B - KeyX0x25 - KeyX0x2C From b78db224646b55a81ce88d16825be4284089bde3 Mon Sep 17 00:00:00 2001 From: Icyelut Date: Mon, 11 Jan 2021 20:46:29 +0900 Subject: [PATCH 2/2] Fix typo in README that suggests the wrong dev keyslot Signed-off-by: Icyelut --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6995586..fb314f2 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ You are! In fact, you may be asking, "Hey, what was that `keys.bin` you mentione - KeyX0x1B - KeyX0x25 - KeyX0x2C -- DevKeyX0x10 +- DevKeyX0x18 - DevKeyX0x1B - DevKeyX0x25 - DevKeyX0x2C