From 24c7b1658ee67450eceb18ec179be222e2b8be74 Mon Sep 17 00:00:00 2001 From: prusswan Date: Tue, 13 Jan 2015 18:53:11 +0800 Subject: [PATCH] initial stub for Decryption --- Decryption.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 Decryption.md diff --git a/Decryption.md b/Decryption.md new file mode 100644 index 0000000..2601327 --- /dev/null +++ b/Decryption.md @@ -0,0 +1 @@ +3ds images can be in either encrypted or unencrypted form. Typically, homebrew images would be unencrypted while backups of retail titles would be encrypted. Citra only works with decrypted images, so any encrypted image needs to be decrypted, typically using `makerom` and `ctrtool`.