CipherEncryptFile Method
Creates an encrypted file from source file data.
Namespace: Gemstone.Security.CryptographyAssembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.138 -- Release Build+7cd8bc54c938e625e2e09e9474042692f27e9031
Gemstone.Security.Cryptography.Cipher.EncryptFile = function(sourceFileName, destinationFileName, password, strength, progressHandler);
Parameters
- sourceFileName String
- Source file name.
- destinationFileName String
- Destination file name.
- password String
- User password used for key lookup.
- strength CipherStrength
- Cryptographic strength to use when encrypting file.
- progressHandler ActionProcessProgressInt64
- Optional delegate to handle progress updates for encrypting large files.