luzexi / Unity3DEncrypt

Unity3D Encrypt and Decrypt data .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unity3DEncrypt

Unity3DEncrypt

These code is about encrypt data:
CryptoPrefs.cs : It can save the data like Unit3d's PlayerPrefs. But it will encrypt the data when set , and also will decrypt the data when get . You do not need to care anything about encrypt or decrypt.

XorFloat.cs : To Float . It will xor the value with a random key when set . And when it get vaule it will xor the same key to recover. So it will make the player not easy to change the value when they play.

XorInt.cs : To Int . The same to up words.

Cipher.cs : It can encrypt and decrypt the string by rsa public and private key .


Welcome to my blog (in chinese) : http://www.luzexi.com

About

Unity3D Encrypt and Decrypt data .


Languages

Language:C# 100.0%