Difference between revisions of "ClCertA"

From 3dbrew
Jump to navigation Jump to search
(Explain how ClCertA is encrypted to aid decryption.)
(Start listing servers that require ClCertA)
Line 6: Line 6:
  
 
Each file is encrypted in CBC mode. The first 16 bytes of each file are the IV for decrypting the rest of the file.
 
Each file is encrypted in CBC mode. The first 16 bytes of each file are the IV for decrypting the rest of the file.
 +
 +
The following servers require usage of ClCertA to connect:
 +
 +
* https://ninja.ctr.shop.nintendo.net/ (eShop-related)
 +
* https://nus.c.shop.nintendowifi.net/ (used by the [[NIM_Services|nim system module]] to check for updates)

Revision as of 11:27, 31 August 2015

This CFA contains the following encrypted files in the RomFS:

  • "ctr-common-1-cert.bin", this is the default SSL client cert used by the SSL module.
  • "ctr-common-1-key.bin", this is the default SSL client private key used by the SSL module.

For retail this is the "CTR Common Prod 1" cert.

Each file is encrypted in CBC mode. The first 16 bytes of each file are the IV for decrypting the rest of the file.

The following servers require usage of ClCertA to connect: