C# 클래스 AES_Crypto, Unity-Game

상속: MonoBehaviour
파일 보기 프로젝트 열기: PeasB/Unity-Game

공개 메소드들

메소드 설명
DecryptText ( string input ) : string
EncryptText ( string input ) : string

비공개 메소드들

메소드 설명
AES_Decrypt ( byte bytesToBeDecrypted, byte passwordBytes ) : byte[]
AES_Encrypt ( byte bytesToBeEncrypted, byte passwordBytes ) : byte[]
Start ( ) : void
Update ( ) : void

메소드 상세

DecryptText() 공개 정적인 메소드

public static DecryptText ( string input ) : string
input string
리턴 string

EncryptText() 공개 정적인 메소드

public static EncryptText ( string input ) : string
input string
리턴 string