You placed the file in the user folder. You have the [keys] header. But Citra still says "Encrypted ROM". Let's fix it.
Every retail 3DS game cartridge and digital eShop download is heavily encrypted. When you play a game on an actual Nintendo 3DS console, the system's hardware contains hardcoded, built-in cryptographic keys. The console uses these keys automatically in the background to decrypt the game data on the fly as you play.
Did you , or are they from an external source? citra aes keystxt work
Go to Emulation > Open Log Location . Open citra_log.txt and search for "AES" to see if there is an error message stating the keys failed to load. 4. The Alternative: Decrypted ROMs
You do not need to list every single possible key for Citra to work. Depending on what you want to do, different keys are required. Understanding this can help you troubleshoot why a specific game might boot while another does not. You placed the file in the user folder
: Press the Home button, navigate to Scripts , and choose DumpKeys .
slot0x0DKeyX=0123456789ABCDEF0123456789ABCDEF slot0x0DKeyY=0123456789ABCDEF0123456789ABCDEF slot0x0DKeyN=0123456789ABCDEF0123456789ABCDEF slot0x18KeyX=0123456789ABCDEF0123456789ABCDEF slot0x1BKeyX=0123456789ABCDEF0123456789ABCDEF slot0x25KeyX=0123456789ABCDEF0123456789ABCDEF slot0x2CKeyX=0123456789ABCDEF0123456789ABCDEF slot0x2DKeyX=0123456789ABCDEF0123456789ABCDEF slot0x2DKeyY=0123456789ABCDEF0123456789ABCDEF slot0x2DKeyN=0123456789ABCDEF0123456789ABCDEF slot0x31KeyX=0123456789ABCDEF0123456789ABCDEF slot0x31KeyY=0123456789ABCDEF0123456789ABCDEF slot0x31KeyN=0123456789ABCDEF0123456789ABCDEF slot0x3DKeyX=0123456789ABCDEF0123456789ABCDEF common0=0123456789ABCDEF0123456789ABCDEF common1=0123456789ABCDEF0123456789ABCDEF Let's fix it
The aeskeys.txt file is a simple configuration file that contains these hexadecimal cryptographic keys. When Citra loads an encrypted game file (such as a .3ds or .cia file), it references this text file to decrypt the game assets on the fly. Without it, Citra will return errors stating that the ROM is encrypted. Decrypted vs. Encrypted ROMs