Cocos2d-x 加密解密

// 解密加密 if IS_HTTP_ENCRYPT and xhr.response~=nil then                 print("收到回复-加密前:")                 print(xhr.response)                 xhr.response = xxtea.decrypt(xhr.response,HTTP_ENCRYPT_KEY)
相关文章
相关标签/搜索