SecureBlackbox

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

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


TElMessageDecryptor.DecryptFile

TElMessageDecryptor     See also     


 

Decrypts files

 

Declaration

[C#/Java]
    not implemented;

[VB.NET]
    not implemented;

[Pascal]
    not implemented;

[C++]
    not implemented;

   

Parameters

  • InFile - Name of the file to be decrypted.
  • OutFile - Name of the output file.
  • Key - Symmetric key needed for decryption.
   

Description

    Use this method to decrypt files. You can use IsFileConventionallyEncrypted to check if certain file is encrypted.

   

See also:     CertStorage     Algorithm     Decrypt     IsFileConventionallyEncrypted    

 
Back to top