프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Key | byte[] |
메소드 | 설명 | |
---|---|---|
ByteArrToString ( byte byteArr ) : string | ||
Decrypt ( byte EncryptedValue ) : string | ||
DecryptString ( string EncryptedString ) : string | ||
Encrypt ( string TextValue ) : byte[] | ||
EncryptToString ( string TextValue ) : string | ||
GenerateEncryptionKey ( ) : byte[] | ||
GenerateEncryptionVector ( ) : byte[] | ||
SimpleAES ( ) : System |
AES Class
|
|
StrToByteArray ( string str ) : byte[] |
메소드 | 설명 | |
---|---|---|
getRandNum ( int length ) : string |
Return a string of random chars
|
public DecryptString ( string EncryptedString ) : string | ||
EncryptedString | string | |
리턴 | string |
public EncryptToString ( string TextValue ) : string | ||
TextValue | string | |
리턴 | string |