Download trial version now!
Home|Products|Download|Purchase|About|Contact
desktop | gateway | server | data classification
 
box   box
 

Features

  • Simple API
  • Encrypt/Decrypt files
  • Can be decrypted using PrivateFile Desktop
  • Uses PrivateFile (AES) encryption engine
  • Easily called from VB, VBScrip etc.
  • PrivateFile Server Component

    The component uses the underlying encryption engine (AES) as the other PrivateFile products.

    The simple API is exposed as a Windows COM component and can be called from VB, ASP, VBScript etc.

     
    box space box
     
    box   box
     

    PrivateFile Gateway logo

    This is a component which you can integrate into your corporate applications to encrypt and protect files. These files can then be decrypted using PrivateFile Desktop.

    box   box
     

    key = "SecretKey"
    filename = "C:\confidentialReport.doc"
    iSelfDecrypt = 0
    iZip = 1

    rc = pf.SrvrEncryptFile(key,  filename, iZip, iSelfDecrypt)
    If rc <> 0 Then
       message = pf.GetCurrentTask
    Else
       message = "Success!"
    End If
    .......

     
    box spacer box

    Downloads

    Download an overview from here.

    Technical Requirements:

     
  • Operating System
  • MS Windows 98/ME/NT/2000/XP
     
  • Memory

  • 64MB or higher
     
  • Disk
  • 20MB or higher
     
  • Development
  • VB,VBScript etc. Any language that supports COM
     
    box space box

    Top