diff --git a/Dumping-Decryption-Keys-from-a-Switch-Console.md b/Dumping-Decryption-Keys-from-a-Switch-Console.md index cc7e6ed..47c425d 100644 --- a/Dumping-Decryption-Keys-from-a-Switch-Console.md +++ b/Dumping-Decryption-Keys-from-a-Switch-Console.md @@ -3,8 +3,30 @@ In order to play games in XCI or NCA format, you must have the required keys to decrypt them. ## Process - You will need to follow [**this**](https://gbatemp.net/threads/how-to-get-switch-keys-for-hactool-xci-decrypting.506978/) key dumping guide, however, in step 5 of the guide, you will need to rename your key file to `prod.keys`. - +Guide on how to obtain the decryptions keys. + +* Requirements: A hackable Nintendo Switch (you can check whether your Nintendo Switch is hackable or not [here.](https://akdm.github.io/ssnc/checker/)) +* A Micro SD card of at least 1 Gigabyte in capacity. +* A Micro SD card reader. +* Lockpick: Is included by default in [Kosmos CFW](https://github.com/AtlasNX/Kosmos/releases) if you don’t use that you can download it [here.](https://github.com/shchmue/Lockpick/releases/download/v1.2/Lockpick.nro) +* The necessary tools (i.e a jig, paperclip, etc.) required to be able to boot into RCM and navigate around the [Hekate](https://github.com/CTCaer/hekate/releases/download/v4.6/hekate_ctcaer_4.6.zip) + menu. +* [TegraRCMGUI](https://github.com/eliboa/TegraRcmGUI/releases/download/2.4/TegraRcmGUI_v2.4_Installer.msi) or [TegraRCMSmash.](https://files.sshnuke.net/TegraRcmSmash1213.zip) + +**You can skip to Step 3 if you already have CFW set-up.** +* **Step 1:** Turn off your Nintendo Switch and plug your Micro SD card into your computer. +* **Step 2:** Download the latest [Kosmos CFW](https://github.com/AtlasNX/Kosmos/releases) (If you already have that or use a different CFW software download the latest [Lockpick](https://github.com/shchmue/Lockpick/releases/download/v1.2/Lockpick.nro). and extract than in your “/switch/” folder) and extract the zip in the root of your Micro SD card. +* **Step 3:** Put your SD card back in your Nintendo Switch, boot into RCM mode and inject the latest Hekate payload * using your preferred payload injector. +* **Step 4a:** Using the **VOL** and **Power** buttons to navigate, select `Console info…` +* **Step 4b:** Select `Print fuse info` (not kfuse info!) and press the **Power** button to save `fuse info` to your Micro SD card. +* **Step 4c:** Return back to `Console info…` and select `Print TSEC keys` and press the **Power** button to save `TSEC keys` to your Micro SD card. +* **Step 5:** Boot into your CFW of choice, and open the Homebrew Menu (Album application). +* **Step 6:** Run Lockpick. +* **Step 7:** Turn you Nintendo Switch off and plug your Micro SD card into your computer. +* **Step 8:** Locate to the `/switch/` folder on your Micro SD card where you’ll find two .keys files; `prod.keys` and `title.keys`, copy these and paste them into the `&appdata&/yuzu/keys/` folder. + +And you’re done! Congratulations! You’ve just dumped your decryption and title keys! + Place it in: `C:/Users/yourusername/AppData/Roaming/yuzu/keys` _(for Windows)_ @@ -18,10 +40,19 @@ Place it in: └── config └── keys └─── prod.keys + └─── title.keys └── log └── nand └── sdmc └── sysdata ``` +Please seek support in the official yuzu discord server if you have any further issues. +If you have suggestions for this guide please contact me on discord @MysticExile#1552 -**You're done!** \ No newline at end of file +Credits: + +* **CTCaer** for maintaining Hekate +* **Rajkosto** for creating and maintaining TegraRCMSmash +* **AtlasNX** for creating and maintaining Kosmos CFW +* **shchmue** for creating and maintaining Lockpick +