Method | Description | |
---|---|---|
Decrypt ( byte cipherData, byte Key, byte IV ) : byte[] | ||
Decrypt ( byte cipherData, string Password ) : byte[] | ||
Decrypt ( string cipherText, string Password ) : string | ||
Decrypt ( string fileIn, string fileOut, string Password ) : void | ||
Encrypt ( byte clearData, byte Key, byte IV ) : byte[] |
Encrypt a byte array into a byte array using a key and an IV
|
|
Encrypt ( byte clearData, string Password ) : byte[] | ||
Encrypt ( string clearText, string Password ) : string | ||
Encrypt ( string fileIn, string fileOut, string Password ) : void |