Method | Description | |
---|---|---|
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 | ||
StrToByteArray ( string str ) : byte[] |
public ByteArrToString ( byte byteArr ) : string | ||
byteArr | byte | |
return | string |
public Decrypt ( byte EncryptedValue ) : string | ||
EncryptedValue | byte | |
return | string |
public DecryptString ( string EncryptedString ) : string | ||
EncryptedString | string | |
return | string |
public EncryptToString ( string TextValue ) : string | ||
TextValue | string | |
return | string |
public static GenerateEncryptionKey ( ) : byte[] | ||
return | byte[] |
public static GenerateEncryptionVector ( ) : byte[] | ||
return | byte[] |
public StrToByteArray ( string str ) : byte[] | ||
str | string | |
return | byte[] |