Method | Description | |
---|---|---|
CopyStream ( Stream input, Stream output ) : void | ||
DecryptFile ( string inputPath, string outputPath, string password ) : bool | ||
DecryptStringFromBytes ( byte cipherText, byte key, byte iv ) : string | ||
EncryptFile ( string inputPath, string outputPath, string password ) : bool | ||
EncryptStringToBytes ( string plainText, byte key, byte iv ) : byte[] |