From 9a35e9e6bca84c3b3b5b8cb6d3f9fd6db7f076fa Mon Sep 17 00:00:00 2001 From: Han Sol Jin <37358975+hansoljin@users.noreply.github.com> Date: Sun, 4 Apr 2021 16:12:23 -0700 Subject: [PATCH] finish copying over --- _pages/en_US/dumping-games-and-carts.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/_pages/en_US/dumping-games-and-carts.txt b/_pages/en_US/dumping-games-and-carts.txt index ca77366c97..628a35a447 100644 --- a/_pages/en_US/dumping-games-and-carts.txt +++ b/_pages/en_US/dumping-games-and-carts.txt @@ -99,3 +99,18 @@ To identify a `.gbavc.sav` file's Title ID, you can get a listing of al + Press (Start) to reboot your device + Launch the GBA VC game + Exit the GBA VC game + +## Encrypting / Decrypting a .CIA file + +For organizational purposes, copy each `.cia` file you wish to encrypt / decrypt to the `/cias/` folder on your SD card +{: .notice--info} + +1. Launch GodMode9 by holding (Start) during boot +1. Navigate to `[0:] SDCARD` -> `cias` +1. Press (A) on the `.cia` file to select it, then select "CIA image options..." +1. Select the option to perform the desired function: + + **Encrypt to 0:/gm9/out:** Create an encrypted copy of the selected `.cia` file in the `/gm9/out/` folder on your SD card + + **Decrypt to 0:/gm9/out:** Create a decrypted copy of the selected `.cia` file in the `/gm9/out/` folder on your SD card + + **Encrypt inplace:** Replace the selected `.cia` file with an encrypted version + + **Decrypt inplace:** Replace the selected `.cia` file with a decrypted version +1. Your encrypted / decrypted `.cia` will be outputted to the desired location