mirror of
https://github.com/SabreTools/NDecrypt.git
synced 2026-09-22 06:45:07 +00:00
Merge pull request #4 from Icyelut/fix-README
Fix typos in README that suggests the wrong keyslots
This commit is contained in:
@@ -39,11 +39,11 @@ 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
|
||||
- DevKeyX0x10
|
||||
- DevKeyX0x18
|
||||
- DevKeyX0x1B
|
||||
- DevKeyX0x25
|
||||
- DevKeyX0x2C
|
||||
|
||||
Reference in New Issue
Block a user