摘要:
网上关于cocos2dx c++版本中的图片加密方式已经很充分了。采用的是texturepacker工具的加密功能。具体步骤是参考:http://www.codeandweb.com/texturepacker/contentprotection中文翻译:http://acoder.me/encrypted-picture-resources-by-texturepacker.html由于D:\cocos2d-x-2.1.5\cocos2dx\support\zip_support目录中已经包含了相关的.cpp文件,所以直接调用代码就好了。这里是ZipUtils.h文件中的部分解释:* Set 阅读全文