Changes

Jump to navigation Jump to search
155 bytes added ,  18:20, 24 August 2012
no edit summary
Line 14: Line 14:  
      
 
      
    +
* Everything stored under sdmc/Nintendo 3DS/<ID0>/<ID1> and [[Flash Filesystem|nand/data/<ID0>]] is encrypted with console-unique [[AES|keyslots]], everything in the CTR-NAND FS encrypted using console-unique keyslots is likely stored under that directory as well. All CTR files under these directories seem to use the keyslots initialized by [[nand/private/movable.sed]].
 
* ID0 is the first 0x10-bytes from a SHA256 [[nand/private/movable.sed|hash]].  
 
* ID0 is the first 0x10-bytes from a SHA256 [[nand/private/movable.sed|hash]].  
 
* ID1 is the scrambled SD card CID from the SD card which this directory was originally created on. To generate this directory name from the original CID, first the CID is rotated 8-bits to the left. Then, each u16 is moved as described in the below table:
 
* ID1 is the scrambled SD card CID from the SD card which this directory was originally created on. To generate this directory name from the original CID, first the CID is rotated 8-bits to the left. Then, each u16 is moved as described in the below table:
Line 56: Line 57:     
'''Nintendo DSiWare''' - DSiWare titles are exported here.
 
'''Nintendo DSiWare''' - DSiWare titles are exported here.
  −
== Extdata ==
  −
Additional game data is stored here.
  −
  −
See the [[extdata]] page for extdata structure/encryption info and the extdataIDs list.
      
== Private ==
 
== Private ==
"Private" data is stored here:
+
"Private" data is stored here as cleartext:
    
  /Nintendo 3DS/Private/<Title ID Low>/
 
  /Nintendo 3DS/Private/<Title ID Low>/
Line 70: Line 66:  
  00020500 - Nintendo 3DS Sound
 
  00020500 - Nintendo 3DS Sound
   −
 
+
Under the camera private dir is [[phtcache.bin]].
"Private" data for 3DS Sound/Camera are cleartext.
+
When you want to install and see pictures with 3DS, rename to 8 numbers.mpo and save it on /DCIM.
Under the camera priv dir is [[phtcache.bin]], this seems to list the pictures on SD card?
+
Under the sound private dir is: voice/XX/*.m4a. Where XX is 01-10, with sound saved as .m4a.
When you want to install and see pictures with 3DS,rename to 8 numbers.mpo and save it on /DCIM .
  −
Under the sound priv dir is: voice/XX/*.m4a. Where XX is 01-10, with sound saved as .m4a.
 

Navigation menu