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[] | ||
SimpleEncryptor ( ) : 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[] |