24bool readFile(
const std::string& filepath, std::string& out);
33std::string decryptAES256(
const std::string& cipher,
const std::string& uuid_key);
43bool loadLicenseFile(
const std::string& filepath, std::string& license_json);
53bool decryptLicenseData(
const std::string& decrypted_data, std::string& plain_text);
60std::string getDecryptKey();
70bool loadPemFile(
const std::string& pem_code,
const std::string& license_json_str);
다양한 범용 유틸리티 함수와 공통 설정을 포함하는 헤더 파일입니다.