AES Registers: Difference between revisions
No edit summary |
|||
| Line 516: | Line 516: | ||
|- | |- | ||
| 0x36 | | 0x36 | ||
| Unknown. Used by friends module. | | Unknown. Used by friends module. Originally this was also internally [[Process_Services_PXI|used]] by New3DS Process9 for [[Amiibo]] key generation, later when that code was moved into NFC module it was switched to keyslot 0x39(keytype 0x8->0x9). | ||
See [[PSPXI:EncryptDecryptAes|EncryptDecryptAes]]. | See [[PSPXI:EncryptDecryptAes|EncryptDecryptAes]]. | ||
| Line 541: | Line 541: | ||
|- | |- | ||
| 0x39 | | 0x39 | ||
| Download Play key, and NFC key. | | Download Play key, and the actual NFC key for generating [[Amiibo]] keys. | ||
This keyslot is used for two different keys. Both are available via [[PSPXI:EncryptDecryptAes|EncryptDecryptAes]]. NATIVE_FIRM sets this keyY to the same one used for keyslot 0x2E. | This keyslot is used for two different keys. Both are available via [[PSPXI:EncryptDecryptAes|EncryptDecryptAes]]. NATIVE_FIRM sets this keyY to the same one used for keyslot 0x2E. | ||