Skip to content

Commit

Permalink
[doc] keys.conf.example: Add 5 missing keys.
Browse files Browse the repository at this point in the history
Missing keys:
* wup-starbuck-wiiu-common
* cat-starbuck-wiiu-common
* ctr-spi-boot
* ctr-dev-spi-boot
* ctr-dev-FixedCryptoKey

Fixes #429: 5 keys missing from keys.conf.example
Reported by @RuiNtD.
  • Loading branch information
GerbilSoft committed Nov 16, 2024
1 parent 4cc1225 commit a217cbf
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion doc/keys.conf.example
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,21 @@ rvl-sd-aes=
rvl-sd-iv=
rvl-sd-md5=

######## Nintendo Wii U ########

# Wii U common key
wup-starbuck-wiiu-common=

# Wii U debug common key
cat-starbuck-wiiu-common=

######## Nintendo 3DS ########

### NOTE: For keys that don't depend on title contents,
### if KeyNormal is present, it will be used. Otherwise,
### KeyX, KeyY, and the scrambling constant will be used.

### Key scrambler constants.
### Key scrambler constants
### "<<<" == rotate left

# TWL key scrambler: KeyNormal = ((KeyX ^ KeyY) + constant) <<< 42
Expand Down Expand Up @@ -108,6 +116,13 @@ ctr-dev-Slot0x3DKeyNormal-3=
ctr-dev-Slot0x3DKeyNormal-4=
ctr-dev-Slot0x3DKeyNormal-5=

# Fixed Crypto Key, used by certain titles on devkits (title_id.hi & 0x10)
ctr-dev-FixedCryptoKey=

# SPI boot keys, used for ntrboothax in some cases
ctr-spi-boot=
ctr-dev-spi-boot=

######## Microsoft Xbox 360 ########

xbox360-xex1=
Expand Down

0 comments on commit a217cbf

Please sign in to comment.