add decrypt/encrypt for simple DCv2 executable encryption

This commit is contained in:
Martin Michelsen
2024-04-20 10:08:45 -07:00
parent d40c260d18
commit c95b158e4e
3 changed files with 68 additions and 12 deletions
+2
View File
@@ -32,3 +32,5 @@ std::string decrypt_dp_address_jpn(
const std::string& iwashi_sea_data,
const std::string& katsuo_sea_data);
EncryptedDCv2Executables encrypt_dp_address_jpn(const std::string& executable, const std::string& indexes);
std::string crypt_dp_address_jpn_simple(const std::string& data, int64_t seed = -1);