unity+AssetBundle字节数组加密
摘要:
1.加密:对assetbundle的字节数组每位进行与key的异或处理(相同为0,不同为1) using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; 阅读全文
posted @ 2017-12-27 00:30 luoyikun 阅读(36) 评论(0) 推荐(0)