Method | Description | |
---|---|---|
Decrypt ( byte Data, byte Key ) : byte[] | ||
Encrypt ( byte Data, byte Key ) : byte[] |
Method | Description | |
---|---|---|
DecryptStringFromBytes ( byte cipherText, byte Key, byte IV ) : string | ||
EncryptStringToBytes ( byte plainText, byte Key, byte IV ) : byte[] |
public Decrypt ( byte Data, byte Key ) : byte[] | ||
Data | byte | |
Key | byte | |
return | byte[] |
public Encrypt ( byte Data, byte Key ) : byte[] | ||
Data | byte | |
Key | byte | |
return | byte[] |