C# Class Cryptology, SAMP_AC_Extension

Datei anzeigen Open project: Whitetigerswt/SAMP_AC_Extension Class Usage Examples

Private Methods

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[]