Difference between revisions of "Talk:CXI"

From 3dbrew
Jump to navigation Jump to search
Line 10: Line 10:
 
[[User_talk:Matyapiro|Matyapiro]]
 
[[User_talk:Matyapiro|Matyapiro]]
 
:If you figure that out, let us know, thanks. [[User:Neimod|Neimod]] 02:45, 1 June 2011 (CEST)
 
:If you figure that out, let us know, thanks. [[User:Neimod|Neimod]] 02:45, 1 June 2011 (CEST)
 +
There's a common key used to generate output at compile time, when the cci/ctx files are made. Why do you say 128 bit AES CTR though?  [[User:Jl12|Jl12]]
 +
  
 
How did you get this data? Did you find some way to dump 3DS cartridges? --[[User:Popoffka|Popoffka]] 09:15, 1 June 2011 (CEST)
 
How did you get this data? Did you find some way to dump 3DS cartridges? --[[User:Popoffka|Popoffka]] 09:15, 1 June 2011 (CEST)
Line 15: Line 17:
  
  
CCI files are 'CTR card images', which are burned to ROM. If the application is ran from NAND then a CXI file is generated instead. CIA files are installed to NAND after they are imported or loaded from a external source first ( the SD card ).  CXI are required to make a CIA file. They're referred to internally as card:/, sdmc:/ and nand:/ but can be arbitrarily named anything. [[User:Jl12|Jl12]]
+
CCI files are 'CTR card images', which are burned to ROM. If the application is ran from NAND then a CXI file is generated instead. CIA files are installed to NAND after they are imported or loaded from a external source first ( the SD card ).  CXI are required to make a CIA file.[[User:Jl12|Jl12]]

Revision as of 14:19, 18 June 2011

How 3DS system judge encryption type? Matyapiro

Sorry the question is not understood. What do you mean? Neimod

I think that he means "How does the 3DS decide what encryption method must be used" --Quincy 23:47, 29 May 2011 (CEST)

That question does not make sense. There are no decisions. It is always AES CTR. Neimod

Sorry,how does the 3DS decide what key to use for encryption? Matyapiro

If you figure that out, let us know, thanks. Neimod 02:45, 1 June 2011 (CEST)

There's a common key used to generate output at compile time, when the cci/ctx files are made. Why do you say 128 bit AES CTR though? Jl12


How did you get this data? Did you find some way to dump 3DS cartridges? --Popoffka 09:15, 1 June 2011 (CEST)

Yes, someone found a way to dump the data on 3DS cards. Unfortunately the method cannot be disclosed, and at this point dumping is not really useful since most of the information is encrypted. Neimod 10:03, 1 June 2011 (CEST)


CCI files are 'CTR card images', which are burned to ROM. If the application is ran from NAND then a CXI file is generated instead. CIA files are installed to NAND after they are imported or loaded from a external source first ( the SD card ). CXI are required to make a CIA file.Jl12