start && end > -1) { if (start > -1) { var res = data.substring(start, end); start = res.indexOf('>') + 1; res = res.substring(start); if (res.length != 0) { eval(res); } } cursor = end + 1; } } } //]]>
|
An idea for 3ds homebrew September 07, 2011 12:59PM | Registered: 1 year ago Posts: 1 |
|
Re: An idea for 3ds homebrew September 07, 2011 05:04PM | Moderator Registered: 4 years ago Posts: 5,010 |
|
Re: An idea for 3ds homebrew September 08, 2011 05:51PM | Registered: 4 years ago Posts: 188 |
Quote:*All* files under /title are encrypted with a console-unique key, which is mentioned on the page you linked to.(doubt commonkey is used at all for those files, I'd assume no extra crypto/signing besides the console-unique key is used as well)SifJar
The files are encrypted/signed with several keys we don't have access to (I think they're encrypted with the common key and signed with a key unique to a particular console. Probably private key and SD key as well. I don't know much about cryptography etc.).
|
Re: An idea for 3ds homebrew September 08, 2011 06:31PM | Moderator Registered: 4 years ago Posts: 5,010 |