發行者:Hippo。
最初發佈:2017 年 2 月 3 日。
已使用 Unity 5.5.0 提交。
取得 USecurity
需要 Unity 5.5.0 或更高版本。
USecurity 是個跨平台資料加密插件。
特點:
- 計算 MD5 hash。
- 保護在你的應用程式中和遊戲中的記憶體。
- 使用強大的加密(進階加密標準 AES)來將資料編碼。
- 使用快速加密(B64R、B64X)來將資料編碼。
用法:
- Md5.ComputeHash(text)
- Base64.Encode(text)
- B64R.Encode(text)
- B64X.Encrypt(text, "password")
- AES.Encrypt(text, "password")
隨意評分並留下你的反饋!謝謝!
取得 USecurity