C# Class AES_Crypto, Unity-Game

Inheritance: MonoBehaviour
Show file Open project: PeasB/Unity-Game

Public Methods

Method Description
DecryptText ( string input ) : string
EncryptText ( string input ) : string

Private Methods

Method Description
AES_Decrypt ( byte bytesToBeDecrypted, byte passwordBytes ) : byte[]
AES_Encrypt ( byte bytesToBeEncrypted, byte passwordBytes ) : byte[]
Start ( ) : void
Update ( ) : void

Method Details

DecryptText() public static method

public static DecryptText ( string input ) : string
input string
return string

EncryptText() public static method

public static EncryptText ( string input ) : string
input string
return string