This commit is contained in:
jakcron 2021-11-14 13:02:37 +08:00
parent 2b5742d1cc
commit bf3e43d4fd

View file

@ -183,6 +183,7 @@ master_key_## = <32 char AES128 key-data here>
ticket_commonkey_source = <32 char AES128 key-data here> ticket_commonkey_source = <32 char AES128 key-data here>
``` ```
##### Supply the external content key directly to NSTool
Alternatively you can supply the raw encrypted content key (also called a title key) directly with the `--titlekey` option: Alternatively you can supply the raw encrypted content key (also called a title key) directly with the `--titlekey` option:
``` ```
nstool --titlekey <32 char AES128 key-data here> <32 char contentid>.nca nstool --titlekey <32 char AES128 key-data here> <32 char contentid>.nca