mirror of
https://github.com/jakcron/nstool
synced 2024-11-15 02:06:40 +00:00
Remove debug print.
This commit is contained in:
parent
0091b8ff99
commit
635930f850
1 changed files with 0 additions and 2 deletions
|
@ -585,8 +585,6 @@ void nstool::KeyBagInitializer::importTicket(const tc::io::Path& tik_path)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt::print("[TIK] decrypt title key with index 0x{:x}\n", common_key_index);
|
|
||||||
|
|
||||||
// decrypt title key
|
// decrypt title key
|
||||||
aes128_key_t dec_title_key;
|
aes128_key_t dec_title_key;
|
||||||
tc::crypto::DecryptAes128Ecb(dec_title_key.data(), enc_title_key.data(), sizeof(aes128_key_t), etik_common_key[common_key_index].data(), sizeof(aes128_key_t));
|
tc::crypto::DecryptAes128Ecb(dec_title_key.data(), enc_title_key.data(), sizeof(aes128_key_t), etik_common_key[common_key_index].data(), sizeof(aes128_key_t));
|
||||||
|
|
Loading…
Reference in a new issue