SecureBlackbox

200+ components and classes for all aspects of digital security of your data

Filter: C#/Java  VB.NET  Pascal  C++  


TElMessageEncryptor.EncryptFile

TElMessageEncryptor     See also     


 

Encrypts files

 

Declaration

[C#/Java]
    not implemented;

[VB.NET]
    not implemented;

[Pascal]
    not implemented;

[C++]
    not implemented;

   

Parameters

  • InFile - Name of the file to be encrypted.
  • OutFile - Name of the output file.
  • Key - Symmetric key for data encryption.
   

Description

    Use this method to encrypt files. The file can be encrypted either using each certificate from CertStorage (and be decrypted with any of that certificates), or the symmetric key provided via the Key parameter.

   

See also:     CertStorage     Algorithm     Encrypt    

 
Back to top